Files
rgbds/test/asm/line-continuation-whitespace.asm
2020-01-16 22:09:31 +01:00

8 lines
147 B
NASM

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