2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-std=c23" } */
8 _Sat
_BitInt (42) a
; /* { dg-error "both '_Sat' and '_BitInt' in declaration specifiers" } */
9 _BitInt (42) _Sat b
; /* { dg-error "both '_Sat' and '_BitInt' in declaration specifiers" } */