Clean up "Reading symbols" output
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / shr2.c
1 int shr2(int x)
2 {
3 return 2*x; /* shr2-return */
4 }
5
6 int shr2_local(int x)
7 {
8 return 2*x;
9 }
This page took 0.030539 seconds and 4 git commands to generate.