...
This commit is contained in:
@@ -23,11 +23,12 @@ func main(args: []cstring): i64
|
||||
age = "23"
|
||||
}
|
||||
|
||||
puts(x.name.last)
|
||||
test(x&)
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
func test(test: u32)
|
||||
func test(human: ^Human)
|
||||
{
|
||||
puts(human^.name.last)
|
||||
}
|
||||
Reference in New Issue
Block a user