Removing polymorph from test

This commit is contained in:
Krzosa Karol
2023-03-31 17:52:10 +02:00
parent 0e01b785f1
commit 61f8c5c825
4 changed files with 11 additions and 4 deletions

View File

@@ -25,6 +25,6 @@ Array :: struct($T: Type)
cap: int
main :: (argc: int, argv: **char): int
array: Array(int)
// array: Array(int)
return 0