shithub: rgbds

ref: 746117095688be84f9f4611f14d42644bf761776
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