shithub: rgbds

ref: 56071599e78bd1a437633ff967c01a4fd0919f37
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