1 /* { dg-do compile } */
2 
3 int a, b, c, d, e, f;
4 
fn1()5 void fn1 ()
6 {
7   while (e)
8     for (f = 0; f < 4; f++)
9       {
10 	int h[1];
11 	for (; c; c++)
12 	  if (a)
13 	    break;
14 	d = a - 4;
15 	if (d)
16 	  b = h[0];
17       }
18 }
19