2 pr49768.c from the execute part of the gcc torture tests.
11 /* PR tree-optimization/49768 */
14 testTortureExecute (void)
16 #if !(defined (__GNUC__) && defined (__GNUC_MINOR__) && (__GNUC__ < 5 && __GNUC_MINOR__ < 7))
17 static struct { unsigned int : 1; unsigned int s
: 1; } s
= { .s
= 1 };