blob: 42d83fd0b070abf00fb50c3fd218f5c4f0768005 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-w" } */
int a[7], b;
int c()
{
int d, e;
for (; d; d++)
if (a[d])
if (b)
return;
else if (d >= e)
return 0;
}