blob: 8dcdd3a541ce4fd94d709e77c73e8e94c02849b5 [file] [log] [blame]
//@ run-rustfix
#[no_mangle] pub static RAH: usize = 5;
//~^ ERROR const items should never be `#[no_mangle]`
fn main() {}