(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr69173.c
       1  /* { dg-do compile } */
       2  
       3  unsigned a;
       4  unsigned *b;
       5  void fn1() {
       6      char c;
       7      while (b < (unsigned *)fn1)
       8        {
       9  	a += b[2] + c;
      10  	b++;
      11        }
      12  }