Files
rgbds/test/asm/line-continuation-whitespace.asm
2020-10-04 04:45:58 +02:00

8 lines
145 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\