shithub: rgbds

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