# spec: An invalid program without return statment # TODO: Improve the compiler error message fn main(): u32 { } # compiler_exit: 1 # compiler_output: ./tests/0007_fn_without_return.ol:4:1: error: got '}' token but expect # compiler_output: } # compiler_output: ^