a23da5f313cb026730494405baf64ec571fdc870
[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.033449 seconds and 3 git commands to generate.