6 lines
58 B
Rust
6 lines
58 B
Rust
|
fn main() {
|
||
|
let x: @mut [int] = @mut [ 1, 2, 3 ];
|
||
|
|
||
|
}
|
||
|
|