blob: b545a39a80359a5850ec6000a8940f604971a080 [file] [log] [blame]
/* { dg-do compile } */
void
yj (int j4)
{
int t3;
for (t3 = 0; t3 < 6; ++t3)
{
short int v4 = t3;
if (v4 == j4 || v4 > t3)
for (;;)
{
}
}
}