...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user