shithub: rgbds

ref: 6feb1fb73a0c6e3127ab58f82d4673f3aba2c06c
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