2009-10-04 10:30:41 +03:00

7 lines
112 B
C++

extern "C" int testLib6cxx(void)
{
// Reference C++ standard library symbols.
delete new int;
return 0;
}