shithub: rgbds

ref: 6e1a5dcc9ddc07fd27b440659f46c3af8a1f6d3e
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