aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/specs/array5.ads
blob: b0c2d2b56da1ec79bcc290a3356e9e85f30e3a43 (plain)
1
2
3
4
5
6
7
8
9
-- { dg-do compile }

with Array5_Pkg1; use Array5_Pkg1;

package Array5 is

  C : constant Integer := Arr'Last;

end Array5;