This commit is contained in:
nub31
2025-05-17 22:35:08 +02:00
parent 6df13862a5
commit 6c04e39071
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^)
}