10 #ifdef HAVE_ASM_UNIQUE_OBJECT
13 void *h
= dlopen ("tst-unique2mod2.so", RTLD_LAZY
);
16 puts ("cannot load tst-unique2mod2");
19 int (*f
) (int *) = dlsym (h
, "f");
22 puts ("cannot locate f in tst-unique2mod2");
31 #define TEST_FUNCTION do_test ()
32 #include "../test-skeleton.c"