12 void *h
= dlopen ("tst-unique2mod2.so", RTLD_LAZY
);
15 puts ("cannot load tst-unique2mod2");
18 int (*f
) (int *) = dlsym (h
, "f");
21 puts ("cannot locate f in tst-unique2mod2");
27 #define TEST_FUNCTION do_test ()
28 #include "../test-skeleton.c"