@@ -43,15 +43,29 @@ pointer := &with_type
deref := *pointer
test_stmts :: ()
test_assignments :: ()
i := 0
i += 4
i -= 1
i *= 2
i /= 2
i %= 2
i = 2
i &= 2
i |= 2
i >>= 2
i <<= 2
i + 4 = 32
8 = 32
j: *int
*j = 1
/* invalid
i += "String"
*/
/*
for
pass
The note is not visible to the blocked user.