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

typedef int bar_t;

bar_t bardep(bar_t);

#endif