(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
tls/
pr47715-2.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target fpic } */
       3  /* { dg-options "-O2 -fPIC" } */
       4  /* { dg-require-effective-target tls } */
       5  
       6  extern __thread int *__libc_resp;
       7  int
       8  __res_init(void) {
       9    return *__libc_resp;
      10  }