mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-03 19:05:12 +00:00
5 lines
59 B
Rust
5 lines
59 B
Rust
//@ run-pass
|
|
|
|
|
|
pub fn main() { let _a = [0; 1 as usize]; }
|