shithub: rgbds

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