shithub: rgbds

ref: bba532193b80c8ccf2beff68a13d2786f0f31b72
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