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