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

int bar(int);

#endif