7 lines
100 B
Rust
7 lines
100 B
Rust
fn foo() {
|
|
let a = [(); const { let x = 1; x }];
|
|
}
|
|
|
|
fn foo() {
|
|
let x = [(); const { 1 }];
|
|
}
|