mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 04:09:57 +00:00
8 lines
140 B
Rust
8 lines
140 B
Rust
extern "C" {
|
|
pub static symbol: u32;
|
|
}
|
|
static CRASH: u32 = symbol;
|
|
//~^ ERROR use of extern static is unsafe and requires
|
|
|
|
fn main() {}
|