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

#include "bar.hpp"

void print_foo(std::string s) { print_bar("[foo]: " + s); }