gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr16846b.c
1 extern __thread int foo;
2
3 int
4 bar (void)
5 {
6 return foo;
7 }
This page took 0.031353 seconds and 4 git commands to generate.