shithub: rgbds

ref: 6c57ad2226e44a936701b7bcc965c73363b0337c
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