Add a compile-time test for PR ld/22263
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22263-1a.c
1 __thread int * foo;
2
3 void
4 bar (void)
5 {
6 *foo = 1;
7 }
This page took 0.047063 seconds and 4 git commands to generate.