summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/config.h')
-rw-r--r--test/Modules/Inputs/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/Inputs/config.h b/test/Modules/Inputs/config.h
new file mode 100644
index 0000000..f2dfda6
--- /dev/null
+++ b/test/Modules/Inputs/config.h
@@ -0,0 +1,7 @@
+#ifdef WANT_FOO
+int* foo();
+#endif
+
+#ifdef WANT_BAR
+char *bar();
+#endif
OpenPOWER on IntegriCloud