This commit is contained in:
nub31
2025-11-03 12:52:17 +01:00
parent 40d500fddd
commit 085f7a1a6a
17 changed files with 368 additions and 190 deletions

View File

@@ -9,5 +9,9 @@ struct Test
extern "main" func main(argc: i64, argv: [?]^i8)
{
let x: Test = {}
let x: Test = {
field = 23
}
test::test()
}