Supports bit shift operators.

I forgot...
This commit is contained in:
2021-01-05 00:00:00 +00:00
parent ad3fbc58d9
commit d0ff990914
4 changed files with 19 additions and 5 deletions

View File

@@ -29,8 +29,8 @@ struct teacher_t {
};
struct student_t {
lu8[10] scores;
lu8 absents;
lu8[(1 << 4) - 6] scores;
lu8 absents;
};
struct user_t {