PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with6_pkg.ads
blob4eab8682635b2480e31b042ffe46a0450cee2632
1 limited with Limited_With6;
3 package Limited_With6_Pkg is
4 type T is limited private;
5 function Get_Expression_Support (Obj : T) return Limited_With6.Sup_T with Inline;
7 type Taft_Ptr is private;
9 private
10 type T is new Integer;
12 type TT;
13 type Taft_Ptr is access TT;
14 end Limited_With6_Pkg;