1 2 3 4 5 6 7 8 9 10 11
/* { dg-do compile } */ int main () { unsigned b = 0; int c, d = -8; for (; b < 2; b++) for (c = 1; c; c--) d++; return 0; }