This commit is contained in:
nub31
2025-09-20 19:53:40 +02:00
parent 6e403a9884
commit b5c9fa2303
6 changed files with 91 additions and 156 deletions

View File

@@ -12,9 +12,7 @@ struct Human
extern "main" func main(args: []cstring): i64
{
let x: ref<Human> = {}
test(x)
return 0
}