shithub: rgbds

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