This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / shr2.c
1 int shr2(x)
2 {
3 return 2*x;
4 }
5
6 int shr2_local(x)
7 {
8 return 2*x;
9 }
10
11
This page took 0.029948 seconds and 5 git commands to generate.