2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-O2 -std=c23 -pedantic-errors" } */
5 #if __BITINT_MAXWIDTH__ >= 315
7 foo (_BitInt (315) a
, _BitInt (315) b
, unsigned *c
)
10 __builtin_unreachable ();
12 __builtin_unreachable ();
13 return __builtin_add_overflow (a
, b
, c
);