summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/chain/foo.hpp
blob: 9d66a9d92302982c682a9b34e5ee2c48b3f48827 (plain)
1
2
3
4
5
6
7
8
#ifndef FOO_HPP
#define FOO_HPP

#include <string>

void print_foo(std::string);

#endif