Referencing other packages works!!
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
package lambdas
|
||||
|
||||
Test :: struct
|
||||
len: S64
|
||||
|
||||
test: Test
|
||||
member := test.len
|
||||
|
||||
a_type :: S64
|
||||
pointer_type :: *S64
|
||||
// null_pointer: pointer_type = null
|
||||
|
||||
Reference in New Issue
Block a user