mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 13:51:41 +00:00
9 lines
167 B
Rust
9 lines
167 B
Rust
extern "C" {
|
|
static error_message_count: u32;
|
|
}
|
|
|
|
pub static BAZ: u32 = *&error_message_count;
|
|
//~^ ERROR use of extern static is unsafe and requires
|
|
|
|
fn main() {}
|