aboutsummaryrefslogtreecommitdiff
path: root/gdb/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/test.c')
-rw-r--r--gdb/test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/test.c b/gdb/test.c
deleted file mode 100644
index ff92691..0000000
--- a/gdb/test.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <Rational.h>
-
-main ()
-{
- Rational r = Rational (PI);
-}