blob: 672ff90f3b4fa75b1fdeb0a86f8302c72cbf7c2f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target vect_int } */
float x[3];
void foo()
{
int i;
for (i=0; i<3; ++i) x[i]=0;
for (i=0; i<2; ++i) ;
}