mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 09:53:26 +00:00
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() {}
|