2021-12-17 19:16:16 +08:00
|
|
|
// check-pass
|
2016-10-28 05:56:06 +00:00
|
|
|
// aux-build:empty-struct.rs
|
|
|
|
|
2014-12-31 20:43:46 -08:00
|
|
|
#[no_link]
|
2016-10-28 05:56:06 +00:00
|
|
|
extern crate empty_struct;
|
2014-05-24 22:22:24 -07:00
|
|
|
|
|
|
|
fn main() {
|
2021-12-17 19:16:16 +08:00
|
|
|
empty_struct::XEmpty1 {};
|
2014-05-24 22:22:24 -07:00
|
|
|
}
|