summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/shr2.c
blob: 94d5df962a574ad31e3f6683895b9328bebde1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
int shr2(x)
{
  return 2*x;
}

int shr2_local(x)
{
  return 2*x;
}