ref: 5c6069dbe9f291b1a135f90c4add4be96af2e2b9
dir: /test/asm/local-purge.asm/
; 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