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