2 20040331-1.c from the execute part of the gcc torture suite.
16 testTortureExecute (void)
18 #if INT_MAX >= 2147483647
19 struct { int count
: 31; } s
= { 0 };
22 #elif INT_MAX >= 32767
23 struct { int count
: 15; } s
= { 0 };
27 /* Don't bother because __INT_MAX__ is too small. */