We are generating basic polymorphic types!

This commit is contained in:
Krzosa Karol
2023-04-01 10:30:07 +02:00
parent db3790016d
commit b14979d754
4 changed files with 19 additions and 4 deletions

View File

@@ -26,5 +26,7 @@ Array :: struct($T: Type)
main :: (argc: int, argv: **char): int
array: Array(int)
second_array: Array(int)
third_array: Array(int)
return 0