This commit is contained in:
nub31
2025-10-31 14:42:58 +01:00
parent 031b118a24
commit 7c7624b1bc
17 changed files with 453 additions and 605 deletions

View File

@@ -2,6 +2,12 @@ module main
extern "puts" func puts(text: ^i8)
struct Test
{
field: u32
}
extern "main" func main(argc: i64, argv: [?]^i8)
{
let x: Test = {}
}