(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20090210_0.c
       1  /* { dg-lto-do run }  */
       2  /* { dg-require-effective-target fpic } */
       3  /* { dg-suppress-ld-options {-fPIC} }  */
       4  /* { dg-require-effective-target tls_runtime } */
       5  int foo (int x)
       6  {
       7    return x;
       8  }