remove refs

This commit is contained in:
nub31
2025-10-29 17:45:25 +01:00
parent bf4c8838c6
commit 4f724ddc0c
10 changed files with 22 additions and 239 deletions

View File

@@ -11,17 +11,11 @@ struct Name
struct Human
{
age: u64
name: &Name
name: Name
}
extern "main" func main(argc: i64, argv: [?]^i8): i64
{
let x: [2]Human = [{}, {}]
return 0
}
func test(x: &Human): &Human
{
return x
}