Re: lto-18 test
[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.028722 seconds and 4 git commands to generate.