glibc/elf/tst-auditmod9b.c

7 lines
47 B
C

__thread int a;
int f(void)
{
return ++a;
}