ld: Add -Bsymbolic-functions tests
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlsdesc1b.c
1 __thread int yyy = 100;
2 extern __thread int zzz;
3
4 int
5 foo (void)
6 {
7 return zzz;
8 }