(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
iface2.ads
with Iface1;
generic
   with package Prot is new Iface1 (<>);
package Iface2 is
   procedure change (This, That : Prot.Any_Future);
end Iface2;