1 2 3 4 5 6
extern "C" int foo(void) { // Reference C++ standard library symbols. delete new int; return 0; }