cast syntax change

This commit is contained in:
nub31
2025-05-17 22:48:08 +02:00
parent e4e2f3ba26
commit 31d29963c3
2 changed files with 20 additions and 19 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", <string>(test.parent^.name^))
}