mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
8 lines
122 B
NASM
8 lines
122 B
NASM
; Test that \ after a macro invocation at the end of the file doesn't
|
|
; cause a segfault.
|
|
|
|
bar: MACRO
|
|
ENDM
|
|
|
|
foo: bar baz\
|