Any test
This commit is contained in:
9
programs/any.kl
Normal file
9
programs/any.kl
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
Some_Struct :: struct
|
||||
thing: int
|
||||
|
||||
main :: (argc: int, argv: **char): int
|
||||
type1: Type = **[]int
|
||||
type2 := []*[]*Some_Struct
|
||||
type3 := Some_Struct
|
||||
|
||||
Reference in New Issue
Block a user