1 2 3 4 5 6 7 8 9
// ../common/test1.hpp #include <iostream> void f() { std::cout << "f()" << std::endl; }