shithub: rgbds

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