Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / max_size_pkg.ads
blobd4850c1bb498f841fbff588d340dc514bd814d06
1 package Max_Size_Pkg is
3 type Index is range 1 .. 5;
5 type Arr1 is array (Index range <>) of Short_Short_Integer;
7 type Arr2 is array (Index range <>) of Integer;
9 end Max_Size_Pkg;