Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-pass
type Array = [(); ((1 < 2) == false) as usize];
fn main() {
let _: Array = [];
}