shithub: rgbds

ref: 665eb916a204fa559a30648a08272c84a562c41c
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