Retro68/binutils/ld/testsuite/ld-plugin/pr16846b.c
2015-08-28 17:32:19 +02:00

8 lines
60 B
C

extern __thread int foo;
int
bar (void)
{
return foo;
}