blob: 40b0c53185f98ba71f0b859ce026b882449952a8 [file]
//@ check-pass
//@ aux-build:empty-struct.rs
#[no_link]
extern crate empty_struct;
fn main() {
empty_struct::XEmpty {};
}