Files
rgbds/test/asm/macro-eof.asm
2022-08-28 15:22:21 -04:00

6 lines
194 B
NASM

; Macro invocations not followed by a newline may scan an EOF;
; If this is the case, it shouldn't cause the parse to end before the macro is expanded
macro mac
PRINTLN "Hi beautiful"
endm
mac