Fix regression, constant variables now get properly rewritten

This commit is contained in:
Krzosa Karol
2022-05-31 14:01:18 +02:00
parent 369418b042
commit 04d38511a9
7 changed files with 49 additions and 68 deletions

View File

@@ -4,6 +4,7 @@ Thing :: struct
Constant_String :: "Test"
Constant :: 10
Thing_Kind :: enum
None
Thing_Not
@@ -19,6 +20,5 @@ Allocator_Kind :: enum
Arena
Heap
kind := Allocator_Kind.Heap