shithub: rgbds

ref: 889302a9e227be63beb434e8d57c430d496b2511
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