shithub: rgbds

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