summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/tlsdesc1b.c
blob: fe428af7000d15c210d850d6de72df5bf277d5b4 (plain)
1
2
3
4
5
6
7
8
__thread int yyy = 100;
extern __thread int zzz;

int
foo (void)
{
  return zzz;
}