Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlsdesc1b.c
CommitLineData
1670f9c1
L
1__thread int yyy = 100;
2extern __thread int zzz;
3
4int
5foo (void)
6{
7 return zzz;
8}
This page took 0.024844 seconds and 4 git commands to generate.