]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-pie1.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / elf / tst-pie1.c
1 int
2 foo (void)
3 {
4 return 34;
5 }