This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / relocate.c
1 static int static_foo = 1;
2 static int static_bar = 2;
3
4 int global_foo = 3;
5 int global_bar = 4;
6
7 int
8 function_foo ()
9 {
10 return 5;
11 }
12
13 int
14 function_bar ()
15 {
16 return 6;
17 }
This page took 0.044659 seconds and 5 git commands to generate.