aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/symtab-search-order-shlib-1.c
blob: a23da5f313cb026730494405baf64ec571fdc870 (plain)
1
2
3
4
5
6
7
static int static_global = 42;

int
shlib_1_func (void)
{
  return static_global;
}