1 2 3 4 5 6 7 8
#ifndef BAZ_HPP #define BAZ_HPP #include <string> void print_baz(std::string); #endif