4 lines
48 B
Rust
4 lines
48 B
Rust
|
fn main() {
|
||
|
let _x = @{a: @10, b: ~true};
|
||
|
}
|