summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/chain/qux.hpp
blob: 2975cadd3633edbea1769f81c3267266d148e899 (plain)
1
2
3
4
5
6
7
8
#ifndef QUX_HPP
#define QUX_HPP

#include <string>

void print_qux(std::string);

#endif