Getting packages out of resolve_name
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
Str16 :: String16
|
||||
arena_pointer: *Arena = 0
|
||||
thing: Arena
|
||||
no_type := thing
|
||||
order2_arena: Arena
|
||||
no_type := order2_arena
|
||||
|
||||
Arena :: struct
|
||||
next: *Arena
|
||||
@@ -15,7 +16,7 @@ String16 :: struct
|
||||
data: *void
|
||||
len : S64
|
||||
|
||||
with_type: Arena = thing
|
||||
with_type: Arena = order2_arena
|
||||
pointer := &with_type
|
||||
deref := *pointer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user