This commit is contained in:
nub31
2025-05-17 22:35:08 +02:00
parent 0772b50944
commit e4e2f3ba26
2 changed files with 48 additions and 26 deletions

View File

@@ -19,5 +19,5 @@ global func main(argc: i64, argv: i64) {
parent = &parent
}
printf("%s\n", test.parent^.name^)
printf("%s\n", (&test)^.parent^.name^)
}