# spec: An invalid program with no fn keyword main(): u32 { return 0 } # compiler_exit: 1 # compiler_output: ./tests/0002_fn_without_fn_keyword.ol:2:1: error: got 'main' token but expect # compiler_output: main(): u32 { # compiler_output: ^