function main(a: bool, b: bool) { const c = a ? true : false; const d = c == b; }