extern "C" int Cobj(void);
int main()
{
  return Cobj();
}