mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
9c0ce05d24
fixes #126789
7 lines
121 B
Rust
7 lines
121 B
Rust
extern "C" {
|
|
#[used] //~ ERROR attribute must be applied to a `static` variable
|
|
static FOO: i32;
|
|
}
|
|
|
|
fn main() {}
|