ref: 9440086d7777cdf6bef4d7307956c4fc3b15ae88
parent: ec5a1bc71f66d133dff23784ff97ca627bcd68b6
author: ISSOtm <[email protected]>
date: Thu Sep 24 12:14:18 EDT 2020
Add a test for purging a macro while running This could cause a crash if the macro name is then used for error reporting
--- /dev/null
+++ b/test/asm/macro-purge.asm
@@ -1,0 +1,5 @@
+; Check deleting a macro then using its file stack info
+m: MACRO
+ PURGE m
+ WARN "Where am I?"
+ENDM