remove unused files
[platform/upstream/gcc48.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;