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