fn main() = { i := 5; if i == 5 { 0 } else { 1 } }; fn test2(hello: i32,) = { hello }; fn test2(hello: i32,) = { hello };