(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr59569-2.c
       1  /* PR middle-end/59569 */
       2  void foo (int *a, int b)
       3  {
       4    for (; b; b--)
       5      a[b] = 1;
       6  }