mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 21:42:06 +00:00
Implement compound assignment operators for mutable constants
Fixes #943
This commit is contained in:
5
test/asm/compound-assignment.err
Normal file
5
test/asm/compound-assignment.err
Normal file
@@ -0,0 +1,5 @@
|
||||
ERROR: compound-assignment.asm(36):
|
||||
'__LINE__' already defined as constant at <builtin>
|
||||
ERROR: compound-assignment.asm(39):
|
||||
Expected constant expression: 'UnDeFiNeD' is not constant at assembly time
|
||||
error: Assembly aborted (2 errors)!
|
||||
Reference in New Issue
Block a user