PR symtab/17559
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / symtab-search-order-shlib-1.c
1 static int static_global = 42;
2
3 int
4 shlib_1_func (void)
5 {
6 return static_global;
7 }
This page took 0.028948 seconds and 4 git commands to generate.