1 /* glibc test for __tls_get_addr optimization. */ 2 3 static int do_test(void)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> 12