summaryrefslogtreecommitdiffstats
path: root/testsuite/lib032.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/lib032.c')
-rw-r--r--testsuite/lib032.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/lib032.c b/testsuite/lib032.c
deleted file mode 100644
index 68b3dbc..0000000
--- a/testsuite/lib032.c
+++ /dev/null
@@ -1,8 +0,0 @@
-extern int f1 (int dummy);
-
-int f2 (int add)
-{
- if (add)
- return f1 (0) + 26;
- return f1 (0);
-}