blob: 44c8af9ce8a2bb609984f31ef749d88be675672f [file] [log] [blame]
//@ build-fail
fn main() {
[0; 3][3u64 as usize]; //~ ERROR this operation will panic at runtime
}