mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +08:00
7 lines
65 B
C
7 lines
65 B
C
#include <Rational.h>
|
|
|
|
main ()
|
|
{
|
|
Rational r = Rational (PI);
|
|
}
|