aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/limited_with3_pkg2.ads
blob: f81bb7e0d59358054d9e8567d258fb55b7b7df5b (plain)
1
2
3
4
5
6
7
8
9
10
limited with Limited_With3_Pkg3;

package Limited_With3_Pkg2 is

    type T is tagged null record;

    procedure Proc (X : Limited_With3_Pkg3.TT; Y : T);

end Limited_With3_Pkg2;