struct stat is not posix conform
[glibc.git] / elf / tst-auditmod9b.c
blob8eeeb499864a48eefe3829354499cc2f202bb64c
1 __thread int a;
3 int f(void)
5 return ++a;