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

#include <string>

void print_baz(std::string);

#endif