blob: 94d5df962a574ad31e3f6683895b9328bebde1a9 [file] [log] [blame]
int shr2(x)
{
return 2*x;
}
int shr2_local(x)
{
return 2*x;
}