summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/install/obj2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/install/obj2.h')
-rw-r--r--Tests/RunCMake/install/obj2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/install/obj2.h b/Tests/RunCMake/install/obj2.h
new file mode 100644
index 000000000..90bcd3444
--- /dev/null
+++ b/Tests/RunCMake/install/obj2.h
@@ -0,0 +1,6 @@
+#ifndef OBJ2_H
+#define OBJ2_H
+
+int obj2(void);
+
+#endif /* OBJ2_H */