mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 04:23:37 +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() {}
|