blob: 1470e5b691cf4ffc077947a28c17ce37a752452e [file] [log] [blame]
//@ check-pass
#![feature(used_with_arg)]
#[used(linker)]
#[no_mangle] // accidentally detected as `used(compiler)`
pub static GLOB: usize = 0;
fn main() {}