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