mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Missing support for bitstruct ".inner"
This commit is contained in:
@@ -2838,6 +2838,9 @@ static inline bool sema_create_const_inner(SemaContext *context, Expr *expr, Typ
|
||||
case TYPE_ENUM:
|
||||
inner = type->decl->enums.type_info->type->canonical;
|
||||
break;
|
||||
case TYPE_BITSTRUCT:
|
||||
inner = type->decl->bitstruct.base_type->type->canonical;
|
||||
break;
|
||||
case TYPE_ARRAY:
|
||||
case TYPE_FLEXIBLE_ARRAY:
|
||||
case TYPE_SUBARRAY:
|
||||
|
||||
Reference in New Issue
Block a user