Enum members have const syntax, enum members gen S64 type by default,
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user