OSDN Git Service

* fe.h (Serious_Errors_Detected): New macro.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / renaming1.ads
1 with Text_IO;
2 package renaming1 is
3    procedure Fo (A : Text_IO.File_Access);
4 end;