Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / generic_inst7_pkg.adb
blob261ffea94f7a59369f1ad4476e50f9b605d7d88f
1 package body Generic_Inst7_Pkg is
3 use type Generic_Inst7_Types.Index;
5 procedure Process (List : in out Generic_Inst7_Types.List) is
6 begin
7 for I in Generic_Inst7_Types.Index range 1 .. List.Arr'length loop
8 null;
9 end loop;
10 end Process;
12 end Generic_Inst7_Pkg;