shithub: rgbds

ref: 8c0275480c680ce610c9f4ce7d121197152a879c
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