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