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