2 // { dg-do compile { target bitint } }
3 // { dg-options "-std=c11 -Wno-c11-c23-compat -pedantic-errors" }
7 unsigned _BitInt(31) c
;
9 long long e
= 60594869054uwb
;
10 __extension__
_BitInt(63) f
;
11 __extension__
_BitInt(15) g
;
12 __extension__
unsigned _BitInt(31) h
;
13 int i
= __extension__
21wb
;
14 long long j
= __extension__
60594869054uwb
;