func main(a, b i64) i64 { let x = 2 if a < b { x := 3 } else { let t = a a := b b := t } return a + x }