Files
rgbds/test/asm/line-continuation-whitespace.asm
ISSOtm cd747d8175 Fix many lexer bugs
More to come...
2020-10-04 04:39:25 +02:00

9 lines
154 B
NASM

; Test that \ followed by whitespace after a macro invocation at the end of the
; file doesn't cause a segfault.
bar: MACRO
WARN ""
ENDM
foo: bar baz\