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