summaryrefslogtreecommitdiff
path: root/elf/tst-auditmod9b.c
blob: 8eeeb499864a48eefe3829354499cc2f202bb64c (plain)
1
2
3
4
5
6
__thread int a;

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