5 extern void constr (void) __attribute__ ((__constructor__
));
7 __attribute__ ((__constructor__
))
12 /* Open the library. */
13 handle
= dlopen (NULL
, RTLD_NOW
);
16 puts ("Cannot get handle to own object");
21 dlsym (handle
, "main");
22 puts ("called dlsym() to get main");