func test() -> i32: let x = 42 + 69 mut y = (x * 2) / 3 y = y + 13 return x - y