rust/src/test/run-pass/cast-region-to-uint.rs
2012-05-18 19:07:19 -07:00

4 lines
61 B
Rust

fn main() {
let x = 3;
#debug["&x=%x", &x as uint];
}