1 2 3 4 5
#include "bar.hpp" #include "baz.hpp" void print_bar(std::string s) { print_baz("[bar]: " + s); }