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