shithub: rgbds

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