blob: e24faeb7d5470a1b8da3c3ed1f1b9875688a0bc4 [file] [log] [blame]
//@ run-pass
const FOO: usize = 3;
fn main() {
assert_eq!(FOO, 3);
}