1 /* Derived from a test case in
2 http://sourceware.org/bugzilla/show_bug.cgi?id=1158. */
39 void *dso
= dlopen ("$ORIGIN/bug-atexit2-lib.so", RTLD_NOW
);
40 void (*fn
) (void) = (void (*) (void)) dlsym (dso
, "foo");
52 #define TEST_FUNCTION do_test ()
53 #include "../test-skeleton.c"