DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / 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 {}; }