shithub: rgbds

ref: ec2d1312ef39a18e9e8fe155bf91d58c79b5878b
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