Revert 'Remove unused struct serial::name field'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr22721b.c
1 __thread int foo_var = 1;
2
3 int
4 _start (void)
5 {
6 return foo_var;
7 }
This page took 0.02917 seconds and 4 git commands to generate.