summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testLib6.cxx
blob: 338e6399a9b62aac98fef01f6edecf561152d3c8 (plain)
1
2
3
4
5
6
extern "C" int testLib6cxx(void)
{
  // Reference C++ standard library symbols.
  delete new int;
  return 0;
}