summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/install/bar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cases/deps/install/bar.hpp')
-rw-r--r--tests/test_cases/deps/install/bar.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_cases/deps/install/bar.hpp b/tests/test_cases/deps/install/bar.hpp
new file mode 100644
index 0000000..ec9c165
--- /dev/null
+++ b/tests/test_cases/deps/install/bar.hpp
@@ -0,0 +1,8 @@
+#ifndef BAR_HPP
+#define BAR_HPP
+
+#include "foo/foo.hpp"
+
+int bar(Foo *foo);
+
+#endif