* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / order2mod3.c
blob7913a79925129bc268dbbd720174fb84141e9073
1 #include <stdio.h>
3 int
4 bar (void)
6 return 1;
9 static void
10 __attribute__ ((destructor))
11 fini (void)
13 putchar ('4');