Refs working?

This commit is contained in:
nub31
2025-10-26 17:05:56 +01:00
parent 3febaaea81
commit d11df414ad
3 changed files with 113 additions and 56 deletions

View File

@@ -16,5 +16,12 @@ extern "main" func main(argc: i64, argv: [?]^i8): i64
}
puts(x^.name)
test(x)
return 0
}
func test(x: &Human)
{
}