shithub: rgbds

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