let main = () => i64 { let i = 4; print(i); return 0; };