shithub: rgbds

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