Files
corelang/programs/any.kl
Krzosa Karol 69fe514485 Any test
2022-06-19 15:28:27 +02:00

9 lines
154 B
Plaintext

Some_Struct :: struct
thing: int
main :: (argc: int, argv: **char): int
type1: Type = **[]int
type2 := []*[]*Some_Struct
type3 := Some_Struct