summaryrefslogtreecommitdiff
path: root/Tests/MacRuntimePath/A/test3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MacRuntimePath/A/test3.cpp')
-rw-r--r--Tests/MacRuntimePath/A/test3.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/MacRuntimePath/A/test3.cpp b/Tests/MacRuntimePath/A/test3.cpp
new file mode 100644
index 000000000..26bc9ddf9
--- /dev/null
+++ b/Tests/MacRuntimePath/A/test3.cpp
@@ -0,0 +1,8 @@
+
+#include "framework.h"
+
+int main(int, char**)
+{
+ framework();
+ return 0;
+}