4 lines
53 B
Rust
4 lines
53 B
Rust
|
fn main() {
|
||
|
let @int x = @10;
|
||
|
let int y = *x;
|
||
|
}
|