This commit is contained in:
Krzosa Karol
2022-06-19 15:28:27 +02:00
parent 79edfae55b
commit 69fe514485

9
programs/any.kl Normal file
View 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