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

#include "bardep.hpp"

bar_t bar(bar_t);

#endif