Enum members have const syntax, enum members gen S64 type by default,

This commit is contained in:
Krzosa Karol
2022-06-10 21:36:36 +02:00
parent 862a820ec7
commit 9b03147099
6 changed files with 10 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ Test :: struct
test: Test
member := test.len
thing: Memory.Allocator_Kind = Memory.Allocator_Kind.Heap
enum_val: Memory.Allocator_Kind = Memory.Allocator_Kind.Heap
a_type :: S64
pointer_type :: *S64