]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/const-prop-ice.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / consts / const-prop-ice.rs
CommitLineData
a1dfa0c6
XL
1fn main() {
2 [0; 3][3u64 as usize]; //~ ERROR the len is 3 but the index is 3
3}