shithub: rgbds

ref: 4e712807d7a2add9f93a265b25638e6f1ca32ff3
dir: /test/asm/unique-id.asm/

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

macro m
    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