(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
predicate10_pkg.adb
package body Predicate10_Pkg is
   procedure Foo (
     Length  : Natural;
     Initial : I_Pointer
   ) is
      A : NI_Array  := (1 .. Length => Initial);
   begin
      null;
   end Foo;
end;