1__thread int a;
2
3int f(void)
4{
5 return ++a;
6}
7

source code of glibc/elf/tst-auditmod9b.c