shithub: rgbds

ref: 03bb5105883c997471a3d6b37600eb2ad4ae1a6f
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