2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with6.ads
blob05b9cc9fa408e03e1c600dbb0ae9ae9376140089
1 with Limited_With6_Pkg;
3 package Limited_With6 is
4 type Sup_T is new Integer;
5 procedure Doit (Obj : Limited_With6_Pkg.T);
7 type Rec is record
8 A : Limited_With6_Pkg.Taft_Ptr;
9 end record;
10 end Limited_With6;