1 /* Derived from a test case in
2 http://sourceware.org/bugzilla/show_bug.cgi?id=1158. */
10 for (int i
= 0; i
< 2; ++i
)
12 void *dso
= dlopen ("$ORIGIN/bug-atexit1-lib.so", RTLD_NOW
);
13 void (*fn
) (void) = (void (*) (void)) dlsym (dso
, "foo");
22 #define TEST_FUNCTION do_test ()
23 #include "../test-skeleton.c"