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