blob: 9f78714b7694a3a1179bd505f29a4b2ccce92d51 [file] [log] [blame] [edit]
//@ check-pass
//@ aux-build:empty-struct.rs
#[no_link]
extern crate empty_struct;
fn main() {
empty_struct::XEmpty1 {};
}