c++: Implement for namespace statics CWG 2867 - Order of initialization for structure...
[official-gcc.git] / gcc / testsuite / gcc.dg / bitint-70.c
blob397055328f4f7974a9cc5cdce8be80d5cf917360
1 /* PR middle-end/113406 */
2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-std=c23 -fstrub=internal" } */
4 /* { dg-require-effective-target strub } */
6 #if __BITINT_MAXWIDTH__ >= 146
7 _BitInt(146)
8 #else
9 _BitInt(16)
10 #endif
11 foo (void)
13 return 0;