shithub: rgbds

ref: c35cb6ac32b703662456226b0c40b6669b54cdc0
dir: /test/asm/macro-purge.asm/

View raw version
; Check deleting a macro then using its file stack info
MACRO m
	PURGE m
	WARN "Where am I?"
ENDM
	m