2 pr49123.c from the execute part of the gcc torture tests.
13 static struct S
{ signed int f
: 1; } s
;
17 testTortureExecute (void)
19 #if !(defined (__GNUC__) && defined (__GNUC_MINOR__) && (__GNUC__ < 5 && __GNUC_MINOR__ < 7))
21 if ((unsigned int) s
.f
!= -1U)