#include "another.hpp" #include inline void shared() { std::cout << "another.cpp: shared()\n"; } void another() { shared(); }