This commit is contained in:
nub31
2025-09-09 17:44:57 +02:00
parent ce999e4c1b
commit 16b86ea1c7
9 changed files with 143 additions and 126 deletions

View File

@@ -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)
}