shithub: rgbds

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