function main(s: bool, a: i32, b: i32, c: i32) { let r = s ? a : b; console.assert(r == c); }