mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
8 lines
144 B
NASM
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\
|