summaryrefslogtreecommitdiffstats
path: root/testsuite/lib021.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/lib021.c')
-rw-r--r--testsuite/lib021.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/testsuite/lib021.c b/testsuite/lib021.c
deleted file mode 100644
index 23ea896..0000000
--- a/testsuite/lib021.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "lib02.h"
-
-int bar = 26;
-int baz = 28;
-
-struct A foo = { 1, &foo, &bar };
-
-int f1 (void)
-{
- return 1;
-}
-
-int f2 (void)
-{
- return f1 () + 1;
-}