blob: bb48508a4a438d5f51eb853447411932b8babf62 [file] [log] [blame]
extern {
static error_message_count: u32;
}
pub static BAZ: u32 = *&error_message_count;
//~^ ERROR use of extern static is unsafe and requires
fn main() {}