cmake/Tests/Fortran/mycxx.cxx

7 lines
91 B
C++
Raw Normal View History

2009-10-04 10:30:41 +03:00
extern "C" int myc(void);
extern "C" int mycxx(void)
{
delete new int;
return myc();
}