shithub: rgbds

ref: bdfce25db047b64e48d33a1beeb348478c06c84b
dir: /test/asm/macro-purge.asm/

View raw version
; Check deleting a macro then using its file stack info
m: MACRO
	PURGE m
	WARN "Where am I?"
ENDM
	m