main.cxx 59 B

12345
  1. extern "C" int Cobj(void);
  2. int main()
  3. {
  4. return Cobj();
  5. }