shithub: rgbds

ref: 850c78aaf47a167e64a01aa1dc07bbe558a7c282
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