summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/chain/bar.hpp
blob: cf3cb8cefaec68c5f0855aff58af8991f4a7e21b (plain)
1
2
3
4
5
6
7
8
#ifndef BAR_HPP
#define BAR_HPP

#include <string>

void print_bar(std::string);

#endif