# spec: An invalid program with no type fn main(): { return 0 } # compiler_exit: 1 # compiler_output: ./tests/0003_fn_without_type.ol:2:12: error: got '{' token but expect # compiler_output: fn main(): { # compiler_output: ^