Files
rgbds/test/asm/macro-purge.asm
ISSOtm 548e3dc31c Correct previously-introduced test being a no-op
Forgot to invoke the macro due to a copy-paste error
2020-09-24 16:35:45 +02:00

7 lines
102 B
NASM

; Check deleting a macro then using its file stack info
m: MACRO
PURGE m
WARN "Where am I?"
ENDM
m