aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/deps1lib1.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/testsuite/deps1lib1.c')
-rw-r--r--trunk/testsuite/deps1lib1.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/trunk/testsuite/deps1lib1.c b/trunk/testsuite/deps1lib1.c
deleted file mode 100644
index d4ab28b..0000000
--- a/trunk/testsuite/deps1lib1.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#include "deps1.h"
-
-int bar = 26;
-int baz = 28;
-
-struct A foo = { 1, &foo, &bar };
-
-int f1 (void)
-{
- return 1;
-}
-
-int f2 (void)
-{
- return f1 () + 1;
-}
-
-int f9 (void)
-{
- return 18;
-}