* gdb.base/completion.exp: Recognize the more detailed error
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / relocate.c
CommitLineData
a7d17088
DJ
1static int static_foo = 1;
2static int static_bar = 2;
3
4int global_foo = 3;
5int global_bar = 4;
6
7int
8function_foo ()
9{
10 return 5;
11}
12
13int
14function_bar ()
15{
16 return 6;
17}
This page took 0.058769 seconds and 4 git commands to generate.