mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-03 19:02:52 +00:00
5 lines
56 B
Rust
5 lines
56 B
Rust
static FOO: i32 = [][0];
|
|
//~^ ERROR E0080
|
|
|
|
fn main() {}
|