#ifndef FOO_HPP #define FOO_HPP #include std::string foo(); #endif