#ifndef BAZ_HPP #define BAZ_HPP #include void print_baz(std::string); #endif