binutils-gdb/ld/testsuite/ld-i386/tlsdesc1b.c

9 lines
83 B
C

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