#ifndef BAZ_HPP #define BAZ_HPP int baz(); #include static inline std::string baz_str() { return "baz"; } #endif