* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / reldep8mod1.c
blobacddc4cf8b29106c197db27cc61337e9bf8b05ca
1 #include <stdlib.h>
2 void
3 foo (void)
5 exit (0);
8 void
9 __attribute__((destructor))
10 bar (void)
12 static int i;
13 foo ();
14 ++i;
16 void
17 baz (void)