shithub: rgbds

ref: 8c90d9d2d70c3f7872730c467d3151704f06bcb5
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