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