(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr107835.c
       1  /* PR tree-optimization/107835 */
       2  
       3  int *
       4  foo (void)
       5  {
       6    int *x = 0;
       7    unsigned n = n;
       8    for (; n; --n, ++x)
       9      ;
      10    return x;
      11  }