function main(b: bool) -> u32 { return if b ? 1 : 0 }