summaryrefslogtreecommitdiff
path: root/Tests/BundleUtilities/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/BundleUtilities/module.h')
-rw-r--r--Tests/BundleUtilities/module.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/BundleUtilities/module.h b/Tests/BundleUtilities/module.h
new file mode 100644
index 000000000..0659bc742
--- /dev/null
+++ b/Tests/BundleUtilities/module.h
@@ -0,0 +1,7 @@
+
+#ifndef module_h
+#define module_h
+
+void module();
+
+#endif