-- { dg-do compile }
with Array5_Pkg1; use Array5_Pkg1;
package Array5 is
  C : constant Integer := Arr'Last;
end Array5;
-- { dg-do compile }
with Array5_Pkg1; use Array5_Pkg1;
package Array5 is
  C : constant Integer := Arr'Last;
end Array5;