summaryrefslogtreecommitdiffstats
path: root/Tests/SameName/Exe1/conly.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SameName/Exe1/conly.c')
-rw-r--r--Tests/SameName/Exe1/conly.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/Tests/SameName/Exe1/conly.c b/Tests/SameName/Exe1/conly.c
deleted file mode 100644
index 8f2ce05..0000000
--- a/Tests/SameName/Exe1/conly.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "libc1.h"
-#include <stdio.h>
-
-int main()
-{
- if (LibC1Func() != 2.0) {
- printf("Problem with libc1\n");
- return 1;
- }
- return 0;
-}