Files
rgbds/test/asm/line-continuation.asm
dbrotz 17945a7377 Get rid of error in line continuation test
The purpose of the test is to ensure that rgbasm doesn't segfault in this case.
The "Macro '@' not defined" error is unnecessary.
2019-08-29 11:49:17 -07:00

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\