// expect: 456 fn main() { let v: i32 = 123; v = 456; print(v); } // vim: syntax=rust commentstring=//\ %s