OSDN Git Service

* gnat.dg/bit_packed_array5.ads: Move dg directive to...
[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;