int frob (int a)
{
  return a * 2;
}
int move (int a)
{
  return a;
}