PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / discr8_pkg2.ads
blobf98318a5aca23a3f250bede9db12d6c91df3d6c3
1 with Discr8_Pkg3; use Discr8_Pkg3;
3 package Discr8_Pkg2 is
5 Max : constant Natural := Value;
7 type List_T is array (Natural range <>) of Integer;
9 type L is record
10 List : List_T (1 .. Max);
11 end record;
13 end Discr8_Pkg2;