blob: a1fde14600a109a4c66c2ce8cf78ae0eb74d988c [file] [log] [blame]
extern "C" {
pub static symbol: u32;
}
static CRASH: u32 = symbol;
//~^ ERROR use of extern static is unsafe and requires
fn main() {}