pawn
pawn copied to clipboard
Empty body main generates wrong output
The following code:
main()
;
generates the following output:
HALT 0
with main pointing at 2, so end of file. There is no RET or RETN