3 package body Limited_With6_Pkg
is
4 function Get_Expression_Support
(Obj
: T
) return Limited_With6
.Sup_T
is
6 return Limited_With6
.Sup_T
(Obj
+ 1);
7 end Get_Expression_Support
;
9 type TT
is access all Limited_With6
.Rec
;
10 end Limited_With6_Pkg
;