Add sysdeps/ieee754/soft-fp.
[glibc.git] / elf / tst-auditmod9b.c
blob8eeeb499864a48eefe3829354499cc2f202bb64c
1 __thread int a;
3 int f(void)
5 return ++a;