Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
no_link
/
no-link-struct.rs
blob: 40b0c53185f98ba71f0b859ce026b882449952a8 [
file
]
//@ check-pass
//@ aux-build:empty-struct.rs
#[
no_link
]
extern
crate empty_struct
;
fn
main
()
{
empty_struct
::
XEmpty
{};
}