PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with3_pkg2.ads
blobf81bb7e0d59358054d9e8567d258fb55b7b7df5b
1 limited with Limited_With3_Pkg3;
3 package Limited_With3_Pkg2 is
5 type T is tagged null record;
7 procedure Proc (X : Limited_With3_Pkg3.TT; Y : T);
9 end Limited_With3_Pkg2;