1-- { dg-do compile } 2 3with Array5_Pkg1; use Array5_Pkg1; 4 5package Array5 is 6 7 C : constant Integer := Arr'Last; 8 9end Array5; 10