shithub: rgbds

ref: 76446e6d00eb86ed8a55e5bcbf1eb40ce47bb59c
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