shithub: rgbds

ref: 5d6e0677d908ec67dc64038114b910b2bb73d62f
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
mac: macro
	PRINTLN "Hi beautiful"
endm
	mac