summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/foo.c')
-rw-r--r--Tests/SimpleInstall/foo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/foo.c b/Tests/SimpleInstall/foo.c
new file mode 100644
index 0000000..5c7c3e6
--- /dev/null
+++ b/Tests/SimpleInstall/foo.c
@@ -0,0 +1,6 @@
+char* foo = "Foo";
+
+int SomeFunctionInFoo(int i)
+{
+ return i + 5;
+}