Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
consts
/
const-eval
/
index_out_of_bounds.rs
blob: 80e0d28fec2121f82dc11e94935e4e3ccf4d3630 [
file
] [
log
] [
blame
]
static
FOO
:
i32
=
[][
0
];
//~^ ERROR E0080
fn
main
()
{}