mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Assert casting bitstruct to short/char #2237
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user