Source code for test5.cpp (via source-highlight)
#include <iostream>
using namespace std;
extern "C" void nops();
int main() {
cout << "hello world" << endl;
return 0;
}#include <iostream>
using namespace std;
extern "C" void nops();
int main() {
cout << "hello world" << endl;
return 0;
}