fn main(): i64 = { i := 5; if i == 5 { 0 } else { 1 }; test2(3) }; fn test2(hello: i64): i64 = { hello // Comment test };