ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/loop_invariant1.ads

8 lines
145 B
Ada

package Loop_Invariant1 is
type Arr is array (Natural range <>) of Integer;
procedure Proc (A : Arr; N : Integer);
end Loop_Invariant1;