int file1_sq_func(int);

int cpp_sq_func(int x)
{
  return x * x;
}
