shithub: rgbds

ref: e2136d60b2db6c714a0c7c84f38bbcad5c519b71
dir: /test/asm/macro-purge.asm/

View raw version
; Check deleting a macro then using its file stack info
MACRO m
	PURGE m
	WARN "Where am I?"
ENDM
	m