blob: 9b3d84b3dd51c50cd35831179e73d619aabbce08 [file] [log] [blame]
#![warn(unused)]
#[deny(warnings)]
const foo: isize = 3;
//~^ ERROR: should have an upper case name such as
//~^^ ERROR: constant item is never used
fn main() {}