Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.
[glibc.git] / elf / reldep7mod1.c
blobde1bb3a6cddec13788d1a2ecb4728cdfc32d9cbb
1 int foo (void) __attribute__ ((weak));
2 int
3 foo (void)
5 return 1;
8 int
9 mod1_bar (void)
11 return foo ();