1 /* Check unloading modules with data in static TLS block. */
11 for (int i
= 0; i
< 1000;)
13 printf ("round %d\n",++i
);
15 void *h
= dlopen ("$ORIGIN/tst-tlsmod13a.so", RTLD_LAZY
);
18 printf ("cannot load: %s\n", dlerror ());
28 #include <support/test-driver.c>