OSDN Git Service

modified: utilsrc/src/Admin/Makefile
[eos/others.git] / utilsrc / srcX86MAC64 / Admin / gdb-7.7.1 / 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 }