summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/main_bundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/XcodeProject/main_bundle.cpp')
-rw-r--r--Tests/RunCMake/XcodeProject/main_bundle.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/RunCMake/XcodeProject/main_bundle.cpp b/Tests/RunCMake/XcodeProject/main_bundle.cpp
new file mode 100644
index 0000000..11834ac
--- /dev/null
+++ b/Tests/RunCMake/XcodeProject/main_bundle.cpp
@@ -0,0 +1,9 @@
+
+extern void foo();
+
+int main()
+{
+
+ foo();
+ return 0;
+}