Fix setenv.c diagnostic pragma to be compatible with GCC 4.6
[glibc.git] / elf / order2mod1.c
blobb695db29b7023417a862984bfb23a39c878ca7fb
1 #include <stdio.h>
3 static void
4 __attribute__ ((destructor))
5 fini (void)
7 putchar ('1');