summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/prebuilt/bar.hpp
blob: 243dba6e4a205b89e599d30f260c6eb09c2deb7d (plain)
1
2
3
4
5
6
7
8
#ifndef BAR_HPP
#define BAR_HPP

#ifdef USE_BAR
int bar();
#endif

#endif