shithub: rgbds

ref: 913c3dd7117bfe7a2d1cb57b47b34cfc8dcbb98b
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
	PRINTLN "{.loc}" ; This should fail because the label doesn't exist anymore