shithub: rgbds

ref: 76446e6d00eb86ed8a55e5bcbf1eb40ce47bb59c
dir: /test/asm/unique-id.asm/

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

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