Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
empty
/
no-link.rs
blob: c80e61b451116b7e45cd140bb377aec86fc9470e [
file
] [
log
] [
blame
]
// check-pass
// aux-build:empty-struct.rs
#[
no_link
]
extern
crate empty_struct
;
fn
main
()
{
empty_struct
::
XEmpty1
{};
}