summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/shared/bar.hpp
blob: 94d4f163568fed762295e4b31a311e99163c5674 (plain)
1
2
3
4
5
6
#ifndef BAR_HPP
#define BAR_HPP

int bar();

#endif