This commit is contained in:
nub31
2025-11-03 16:01:20 +01:00
parent 7ce451768d
commit 7d49bf43b7
7 changed files with 207 additions and 109 deletions

View File

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