shithub: rgbds

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