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