This commit is contained in:
nub31
2025-11-05 16:14:08 +01:00
parent c3d64c4ea9
commit 17e754fc6e
5 changed files with 28 additions and 382 deletions

View File

@@ -8,7 +8,6 @@ struct Test {
extern "main" func main(argc: i64, argv: [?]^i8)
{
let x = "test"
puts(x)
let x: Test = {}
puts(x.test)
}