aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/pack20_pkg.ads
blob: 8f3c554a308a1f1fec4982a0d054ee49a9b5b313 (plain)
1
2
3
4
5
6
7
package Pack20_Pkg is

   type String_Ptr is access all String;

   procedure Modify (Fixed : in out String_Ptr);

end Pack20_Pkg;