Declaring variables of type works

This commit is contained in:
Krzosa Karol
2023-03-29 09:54:15 +02:00
parent 9b91f77cf0
commit c9072711b5
2 changed files with 3 additions and 0 deletions

View File

@@ -21,4 +21,6 @@ main :: (argc: int, argv: **char): int
a: *int = PushStruct(&arena, int)
Assert(arena.len == SizeOf(int))
memes: U
return 0