let main = () => { let x = !(1 == 1); if !x { printb(x); }; return 0; };