shithub: rgbds

ref: bbe28faab4f6dce29fe820450c425d255546cfbb
dir: /test/asm/macro-purge.asm/

View raw version
; Check deleting a macro then using its file stack info
MACRO m
	PURGE m
	WARN "Where am I?"
ENDM
	m