#ifndef BAR_HPP #define BAR_HPP #include // use this object lib to extend the public symbols of shared lib 'foo' by 'bar' std::string bar(); #endif