blob: ed57b13359e1020f4ba98680b93267ea73ebf4a1 [file] [log] [blame]
-- { dg-do run }
with dispatch2_p; use dispatch2_p;
procedure dispatch2 is
Obj : Object_Ptr := new Object;
begin
if Obj.Get_Ptr /= Obj.Impl_Of then
raise Program_Error;
end if;
end;