DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / empty / no-link.rs
123456789
// check-pass // aux-build:empty-struct.rs #[no_link] extern crate empty_struct; fn main() { empty_struct::XEmpty1 {}; }