bfd/dwarf: Improve use of previously loaded dwarf information
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dwarf2b.c
1 int global_var = 4;
2 int other_var = 2;
3
4 extern int function (void);
5
6 int
7 main ()
8 {
9 return function ();
10 }
This page took 0.033249 seconds and 5 git commands to generate.