shithub: rgbds

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