2006-03-02 Roland McGrath <roland@redhat.com>
[glibc.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');