#include using namespace std; int sum(int a, int b) { return a + b; } void doSomething() { cout << "I did something"; }