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