(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
ipa/
pr81520.c
       1  /* PR ipa/81520 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O2 -fPIC" } */
       4  /* { dg-require-effective-target fpic } */
       5  
       6  char
       7  a (int b)
       8  {
       9    a (b);
      10    return 0;
      11  }