OSDN Git Service

* exp_pakd.adb (Create_Packed_Array_Type): Always use a modular type
[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;