(root)/
glibc-2.38/
sysdeps/
powerpc/
tst-tlsopt-powerpc.c
       1  /* glibc test for __tls_get_addr optimization.  */
       2  
       3  static int
       4  do_test (void)
       5  {
       6    extern int tls_get_addr_opt_test (void);
       7  
       8    return tls_get_addr_opt_test ();
       9  }
      10  
      11  #include <support/test-driver.c>