shithub: rgbds

ref: 8e92383fa35e1955d891d1e6de9c70a8cc82ff25
dir: /test/asm/local-purge.asm/

View raw version
; At some point, the name of the local label was passed *unexpanded* to the
; function doing the removal. Ensure that this is fixed.

SECTION "Test", ROM0[0]
Glob:
.loc
	PURGE .loc
	PRINTT "{.loc}\n" ; This should fail because the label doesn't exist anymore