blob: 9861260b4ed9b753d633e490dc2a5b976e653f9b [file] [log] [blame]
/* { dg-do compile } */
int a;
long b;
long c;
void d()
{
int e = 0;
for (; b; b++)
if (c)
{
e++;
e++;
}
while (e)
a = e -= 2;
}