shithub: rgbds

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