8 extern void __attribute__ ((__constructor__
)) init (void);
26 __attribute__ ((__constructor__
))
29 h
= dlopen ("constload3.so", RTLD_GLOBAL
| RTLD_LAZY
);
32 puts ("failed to load constload3");
36 puts ("succeeded loading constload3");
40 __attribute__ ((__destructor__
))
45 puts ("failed to unload constload3");
49 puts ("succeeded unloading constload3");