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