shithub: rgbds

ref: 5406674cdd3f4be6d4abf9ef523fa116b08f54e7
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