This commit is contained in:
nub31
2025-10-26 20:04:57 +01:00
parent d11df414ad
commit 27bc4da4fd
3 changed files with 11 additions and 8 deletions

View File

@@ -15,10 +15,10 @@ extern "main" func main(argc: i64, argv: [?]^i8): i64
name = "test"
}
puts(x^.name)
test(x)
let y = x
return 0
}