This commit is contained in:
nub31
2025-11-03 13:46:25 +01:00
parent 085f7a1a6a
commit f231a45285
4 changed files with 133 additions and 63 deletions

View File

@@ -9,9 +9,12 @@ struct Test
extern "main" func main(argc: i64, argv: [?]^i8)
{
let x: Test = {
field = 23
}
let x = [1, 2, 3]
test(x)
}
func test(arr: [?]i64)
{
test::test()
}