(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vect/
vect-strided-epilogue-1.c
       1  /* { dg-do compile } */
       2  
       3  void
       4  f (int *x, short *y, int z)
       5  {
       6    for (int i = 0; i < 0x82; ++i)
       7      x[-i] += x[z * i];
       8  }