/src/test/run-pass/deref-lval.rs
http://github.com/jruderman/rust · Rust · 3 lines · 1 code · 2 blank · 0 comment · 0 complexity · cc1bbdd0abec5e2268f99f48766c94fe MD5 · raw file
- fn main() { let x = @mut 5; *x = 1000; log(debug, *x); }
http://github.com/jruderman/rust · Rust · 3 lines · 1 code · 2 blank · 0 comment · 0 complexity · cc1bbdd0abec5e2268f99f48766c94fe MD5 · raw file
- fn main() { let x = @mut 5; *x = 1000; log(debug, *x); }