func main(a, b i64) i64 { let x i64, y bool if a = b { let t = a a := b b := t } return a }