Retro68/binutils/ld/testsuite/ld-i386/tlsdesc1b.c
2017-10-07 02:16:47 +02:00

9 lines
83 B
C

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