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

#include "bazdep.hpp"

baz_t baz(baz_t);

#endif