old-cross-binutils/gdb/testsuite/gdb.hp/gdb.defects/solib-d2.c
1999-08-16 19:57:19 +00:00

11 lines
144 B
C

int global_from_secondary = 9012;
int function_from_secondary()
{
static int local_static = 3456;
return 0;
}
garbage()
{
return 0;
}