(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr109304.c
       1  /* { dg-do compile } */
       2  /* { dg-require-profiling "-fprofile-generate" } */
       3  /* { dg-require-effective-target fpic } */
       4  /* { dg-options "-O3 -fprofile-generate -fPIC -fno-semantic-interposition" } */
       5  
       6  int PyUnicode_FindChar_i;
       7  int PyUnicode_FindChar()
       8  {
       9    while (PyUnicode_FindChar_i)
      10      if (PyUnicode_FindChar())
      11        break;
      12  }