summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/XcodeProject/main.cpp')
-rw-r--r--Tests/RunCMake/XcodeProject/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/XcodeProject/main.cpp b/Tests/RunCMake/XcodeProject/main.cpp
new file mode 100644
index 0000000..1695921
--- /dev/null
+++ b/Tests/RunCMake/XcodeProject/main.cpp
@@ -0,0 +1,3 @@
+int main(int argc, const char * argv[]) {
+ return 0;
+}