import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.defects / solib-d2.c
1 int global_from_secondary = 9012;
2 int function_from_secondary()
3 {
4 static int local_static = 3456;
5 return 0;
6 }
7
8 garbage()
9 {
10 return 0;
11 }
This page took 0.03561 seconds and 4 git commands to generate.