Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.
[glibc.git] / elf / order2mod1.c
blobb695db29b7023417a862984bfb23a39c878ca7fb
1 #include <stdio.h>
3 static void
4 __attribute__ ((destructor))
5 fini (void)
7 putchar ('1');