2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-O2 -std=c23 -Wno-uninitialized" } */
5 #if __BITINT_MAXWIDTH__ >= 135
10 _BitInt(135) e
= d
+ 2wb
;
15 #if __BITINT_MAXWIDTH__ >= 575
20 _BitInt(575) e
= d
* 42wb
;
29 return 59843758943759843574wb
;