ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/predicate10_pkg.adb

11 lines
195 B
Ada

package body Predicate10_Pkg is
procedure Foo (
Length : Natural;
Initial : I_Pointer
) is
A : NI_Array := (1 .. Length => Initial);
begin
null;
end Foo;
end;