summaryrefslogtreecommitdiffstats
path: root/testsuite/test02.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/test02.c')
-rw-r--r--testsuite/test02.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/test02.c b/testsuite/test02.c
deleted file mode 100644
index 15fe414..0000000
--- a/testsuite/test02.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "lib02.h"
-#include <stdlib.h>
-
-int main()
-{
- if (foo.a != 1 || foo.b != &foo || foo.c != &bar || bar != 26)
- abort ();
- if (f1 () != 11 || f2 () != 12)
- abort ();
- exit (0);
-}