1 /* PR tree-optimization/114555 */
2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-std=c23 -O -fno-tree-forwprop" } */
5 #if __BITINT_MAXWIDTH__ >= 4139
6 struct S
{ _BitInt(31) : 6; _BitInt(513) b
: 241; } s
;
13 #if __BITINT_MAXWIDTH__ >= 4139