blob: 13309f978b6729733584a2ea1dd170e77a8a2338 [file] [log] [blame]
fn main() {
[0; 3][3u64 as usize]; //~ ERROR the len is 3 but the index is 3
}