let main = () => { let i = true; if i { print(i); return 1; }; return 0; };