foo.cxx 104 B

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