// expect: 456 fn main() { let v: i32 = 123; v = 456; print(v); }