diff options
Diffstat (limited to 'Tests/RunCMake/XcodeProject/main_bundle.cpp')
-rw-r--r-- | Tests/RunCMake/XcodeProject/main_bundle.cpp | 9 |
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; +} |