This commit is contained in:
cozis
2022-01-31 01:40:43 +01:00
parent 8a8b425a9a
commit 19e0d860ff
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -540,6 +540,7 @@ static Node *parse_statement(Context *ctx)
switch(current(ctx))
{
case '(':
case '[':
case '+':
case '-':
case TINT: