Add test case for FOR loop variable reusing an existing one

This commit is contained in:
Rangi42
2025-04-22 15:10:50 -04:00
parent 0b7cda9e0c
commit 762e2311d2
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
error: for-loop-variable.asm(12):
'y' already defined as constant at for-loop-variable.asm(8)
error: Assembly aborted (1 error)!