rust/src/test/ui/linkage4.rs
2018-12-25 21:08:33 -07:00

6 lines
131 B
Rust

#[linkage = "external"]
static foo: isize = 0;
//~^^ ERROR: the `linkage` attribute is experimental and not portable
fn main() {}