summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/AppleTextStubs/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/AppleTextStubs/foo.c')
-rw-r--r--Tests/RunCMake/AppleTextStubs/foo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/AppleTextStubs/foo.c b/Tests/RunCMake/AppleTextStubs/foo.c
new file mode 100644
index 0000000000..7f39d71755
--- /dev/null
+++ b/Tests/RunCMake/AppleTextStubs/foo.c
@@ -0,0 +1,5 @@
+
+int foo()
+{
+ return 0;
+}