Retro68/binutils/ld/testsuite/ld-elf/pr22263-1a.c
2018-12-28 16:25:28 +01:00

8 lines
53 B
C

__thread int * foo;
void
bar (void)
{
*foo = 1;
}