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