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