mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
7 lines
83 B
Rust
7 lines
83 B
Rust
fn main() {
|
|
let x: [i32; {
|
|
let u = 2;
|
|
4
|
|
}] = [2; { 4 }];
|
|
}
|