mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
The purpose of the test is to ensure that rgbasm doesn't segfault in this case. The "Macro '@' not defined" error is unnecessary.
7 lines
120 B
NASM
7 lines
120 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\ |