summaryrefslogtreecommitdiff
path: root/Tests/BundleUtilities/shared2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/BundleUtilities/shared2.cpp')
-rw-r--r--Tests/BundleUtilities/shared2.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/BundleUtilities/shared2.cpp b/Tests/BundleUtilities/shared2.cpp
new file mode 100644
index 000000000..84af5d061
--- /dev/null
+++ b/Tests/BundleUtilities/shared2.cpp
@@ -0,0 +1,8 @@
+
+#include "shared2.h"
+#include "stdio.h"
+
+void shared2()
+{
+ printf("shared2\n");
+}