Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-pass
#![allow(unused_variables)]
#![allow(non_upper_case_globals)]
const count : usize = 2 as usize;
fn main() {
let larger : [usize; count*2];
}