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