Before adding untyped types

This commit is contained in:
Krzosa Karol
2022-06-01 21:38:39 +02:00
parent 75985de125
commit ebb21df015
6 changed files with 178 additions and 152 deletions

View File

@@ -56,6 +56,9 @@ test_assignments :: ()
i >>= 2
i <<= 2
i = i > 2
CONST :: 23 == 23
j: *int
*j = 1
/* invalid