diff options
Diffstat (limited to 'Tests/SimpleInstall/foo.c')
-rw-r--r-- | Tests/SimpleInstall/foo.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/foo.c b/Tests/SimpleInstall/foo.c new file mode 100644 index 000000000..45d5b2bf2 --- /dev/null +++ b/Tests/SimpleInstall/foo.c @@ -0,0 +1,6 @@ +char* foo = "Foo"; + +int SomeFunctionInFoo() +{ + return 5; +} |