index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
consts
/
const-eval
/
index_out_of_bounds.rs
blob: 80e0d28fec2121f82dc11e94935e4e3ccf4d3630 (
plain
)
1
2
3
4
static
FOO
:
i32
=
[][
0
];
//~^ ERROR E0080
fn
main
()
{}