Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
empty
/
no-link.rs
blob: 9f78714b7694a3a1179bd505f29a4b2ccce92d51 [
file
] [
log
] [
blame
]
//@ check-pass
//@ aux-build:empty-struct.rs
#[
no_link
]
extern
crate empty_struct
;
fn
main
()
{
empty_struct
::
XEmpty1
{};
}