mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
Add a test for purging a macro while running
This could cause a crash if the macro name is then used for error reporting
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
; Check deleting a macro then using its file stack info
|
||||
m: MACRO
|
||||
PURGE m
|
||||
WARN "Where am I?"
|
||||
ENDM
|
||||
Reference in New Issue
Block a user