c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / renaming1.ads
blobfba216a5318cee5f7660441515a6a91b2f9f1e5d
1 with Ada.Text_IO;
2 package renaming1 is
3 procedure Fo (A : Ada.Text_IO.File_Access);
4 end;