Files
rgbds/test/asm/line-continuation-whitespace.asm
2022-08-28 15:22:21 -04:00

8 lines
144 B
NASM

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