mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
14e6a79adc
Fixes #1011
7 lines
101 B
NASM
7 lines
101 B
NASM
; Check deleting a macro then using its file stack info
|
|
MACRO m
|
|
PURGE m
|
|
WARN "Where am I?"
|
|
ENDM
|
|
m
|