[BZ #16824] Fix failing y1 due to too large ulps in downward/upward rounding mode.
[glibc.git] / elf / unload4mod2.c
blob497ef5d93b05f30bc140cef7148f36c578b4f246
1 #include <stdio.h>
3 int
4 baz (int x)
6 puts ("in baz");
7 return x * 4;