shithub: rgbds

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