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

typedef int baz_t;

baz_t bazdep(baz_t);

#endif