Retro68/binutils/ld/testsuite/ld-x86-64/tlsdesc1b.c

9 lines
83 B
C
Raw Normal View History

__thread int yyy = 100;
extern __thread int zzz;
int
foo (void)
{
return zzz;
}