This commit is contained in:
nub31
2025-05-17 21:58:15 +02:00
parent b6b88228a4
commit db57b0775a
3 changed files with 31 additions and 12 deletions

View File

@@ -1,15 +1,5 @@
import c
struct Test {
text: ^string
}
global func main(argc: i64, argv: i64) {
text = "test"
x = new Test {
text = &text
}
printf("%s\n", (&x)^.text^)
}