blob: f69ab47bab9b0184fdd71e4d66032998433cc6e1 [file] [log] [blame]
-- { dg-do compile }
-- { dg-options "-gnat12 -gnatct" }
limited with Limited_With4;
package Limited_With4_Pkg is
type Object is tagged null record;
type Object_Ref is access all Object;
type Class_Ref is access all Object'Class;
function Func return Limited_With4.Class_Ref;
procedure Proc (Arg : Limited_With4.Class_Ref);
end Limited_With4_Pkg;