shithub: rgbds

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