aboutsummaryrefslogtreecommitdiff
path: root/gdb/test.c
blob: ff92691d53e96c8848bc05a1fdf994fefeb55d3b (plain)
1
2
3
4
5
6
#include <Rational.h>

main ()
{
  Rational r = Rational (PI);
}