diff --git a/programs/any.kl b/programs/any.kl new file mode 100644 index 0000000..07e0f3c --- /dev/null +++ b/programs/any.kl @@ -0,0 +1,9 @@ + +Some_Struct :: struct + thing: int + +main :: (argc: int, argv: **char): int + type1: Type = **[]int + type2 := []*[]*Some_Struct + type3 := Some_Struct + \ No newline at end of file