summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/chain/bar.cpp
blob: e79bcf102a0452869f002e1a4d910b9086b1d4cd (plain)
1
2
3
4
5
#include "bar.hpp"

#include "baz.hpp"

void print_bar(std::string s) { print_baz("[bar]: " + s); }