aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/renaming1.ads
blob: 893f423d5325e03672caeed62ff3fdbb99a49b01 (plain)
1
2
3
4
with Text_IO;
package renaming1 is
   procedure Fo (A : Text_IO.File_Access);
end;