shithub: rgbds

ref: 78e751f022a5aa3a6ffc4fd08a81fc408c5b70d4
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