# spec: An invalid program with no open curly brackets fn main(): u32 return 0 } # compiler_exit: 1 # compiler_output: ./tests/0005_fn_without_open_curly_brackets.ol:3:3: error: got 'return' token but expect <{> # compiler_output: return 0 # compiler_output: ^