shithub: rgbds

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