summaryrefslogtreecommitdiffstats
path: root/test cases/common/45 custom install dirs/sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/45 custom install dirs/sample.h')
-rw-r--r--test cases/common/45 custom install dirs/sample.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/45 custom install dirs/sample.h b/test cases/common/45 custom install dirs/sample.h
new file mode 100644
index 0000000..dc030da
--- /dev/null
+++ b/test cases/common/45 custom install dirs/sample.h
@@ -0,0 +1,6 @@
+#ifndef SAMPLE_H
+#define SAMPLE_H
+
+int wackiness();
+
+#endif