This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.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 }