summaryrefslogtreecommitdiff
path: root/test cases/common/203 subproject with features/subprojects/sub/lib/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/203 subproject with features/subprojects/sub/lib/sub.h')
-rw-r--r--test cases/common/203 subproject with features/subprojects/sub/lib/sub.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/203 subproject with features/subprojects/sub/lib/sub.h b/test cases/common/203 subproject with features/subprojects/sub/lib/sub.h
new file mode 100644
index 000000000..f1ab0e19d
--- /dev/null
+++ b/test cases/common/203 subproject with features/subprojects/sub/lib/sub.h
@@ -0,0 +1,6 @@
+#ifndef SUB_H
+#define SUB_H
+
+int sub();
+
+#endif