Refs working?
This commit is contained in:
@@ -16,5 +16,12 @@ extern "main" func main(argc: i64, argv: [?]^i8): i64
|
||||
}
|
||||
|
||||
puts(x^.name)
|
||||
|
||||
test(x)
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
func test(x: &Human)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user