shithub: rgbds

ref: 8397b3d8ecbd4271a3a68f7c118eac3383132d6a
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