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