Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.
[glibc.git] / elf / tst-deep1mod1.c
blobcc922e6ea5f05d4956a96582b571ed8b53eefb38
1 #include <stdio.h>
2 int
3 foo (void)
5 printf ("%s:%s\n", __FILE__, __func__);
6 return 1;
9 int
10 baz (void)
12 printf ("%s:%s\n", __FILE__, __func__);
13 return 20;