6 lines
42 B
Rust
6 lines
42 B
Rust
|
fn main()
|
||
|
{
|
||
|
let y = ~1;
|
||
|
move y;
|
||
|
}
|