shithub: rgbds

ref: 669a392fcd02d7544b2ab70ad6d835c15301c458
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