@[Checked] func Main() -> int { var x: int = 1; let a: &mut int = &x; let b: &mut int = &x; return 0; }