4 lines
61 B
Rust
4 lines
61 B
Rust
|
fn main() {
|
||
|
let x = 3;
|
||
|
#debug["&x=%x", &x as uint];
|
||
|
}
|