#include "foo.h" #include using namespace std; int main(int argc, char** argv) { cout << "foo(1, 2) = " << foo(1, 2) << endl; return 0; }