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