This commit is contained in:
nub31
2025-11-03 19:54:41 +01:00
parent 47fef6bc9f
commit 36622755a9
2 changed files with 78 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ extern "main" func main(argc: i64, argv: [?]^i8)
puts(x)
}
func test(arr: [?]i64)
func test(test: Test): Test
{
return test
}