function main(b: bool, x: i32, y: i32) -> i32 { return if b ? x : y }