#ifndef STATICONLY_HPP_ #define STATICONLY_HPP_ #include namespace MixedSharedStaticLibs { std::string staticPassThrough(const std::string &str); } #endif /* STATICONLY_HPP_ */