# spec: A minimal olang program fn main(): u32 { return 0 } # compiler_exit: 0 # compiler_output: %empty% # program_exit: 0 # # ast: Translation_Unit # ast: `-Function_Definition # ast: `-Block # ast: `-Return_Statement # ast: `-Literal # # tokens: ./tests/0001_main_exit.ol:1:32: # tokens: ./tests/0001_main_exit.ol:2:1: # tokens: ./tests/0001_main_exit.ol:2:4: # tokens: ./tests/0001_main_exit.ol:2:8: <(> # tokens: ./tests/0001_main_exit.ol:2:9: <)> # tokens: ./tests/0001_main_exit.ol:2:10: <:> # tokens: ./tests/0001_main_exit.ol:2:12: # tokens: ./tests/0001_main_exit.ol:2:16: <{> # tokens: ./tests/0001_main_exit.ol:2:17: # tokens: ./tests/0001_main_exit.ol:3:3: # tokens: ./tests/0001_main_exit.ol:3:10: # tokens: ./tests/0001_main_exit.ol:3:11: # tokens: ./tests/0001_main_exit.ol:4:1: <}>