mycxx.cxx 91 B

123456
  1. extern "C" int myc(void);
  2. extern "C" int mycxx(void)
  3. {
  4. delete new int;
  5. return myc();
  6. }