shithub: rgbds

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