shithub: rgbds

ref: 3690546795dec9adf4a1bc36f8a8465d999ca1f1
dir: /test/asm/unique-id.asm/

View raw version
print EQUS "WARN \"\\@\""

m: macro
    print
    REPT 2
    	print
    ENDR
    print
endm
	; TODO: Ideally we'd test now as well, but it'd cause a fatal error
	;print
	m
	;print
	m
	print