* sysdeps/pthread/aio_misc.h (AIO_MISC_WAIT): Work around gcc
[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');