shithub: rgbds

ref: 889302a9e227be63beb434e8d57c430d496b2511
dir: /test/asm/macro-eof.asm/

View raw version
; 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