Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
linkage-attr
/
linkage4.rs
blob: 3b935f9723dc18000173bd523c45adcb945a8034 [
file
]
#[
linkage
=
"external"
]
static
foo
:
isize
=
0
;
//~^^ ERROR: the `linkage` attribute is experimental and not portable
fn
main
()
{}