Assert casting bitstruct to short/char #2237

This commit is contained in:
Christoffer Lerno
2025-06-23 14:12:34 +02:00
parent e0b6c83a62
commit 1b2f5989e1
5 changed files with 36 additions and 17 deletions

View File

@@ -824,6 +824,7 @@ static Expr *parse_grouping_expr(ParseContext *c, Expr *left)
.span = span,
.cast_expr.type_info = type_infoid(info),
.cast_expr.expr = inner};
RANGE_EXTEND_PREV(expr);
}
break;
}