(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
iface2.adb
--  { dg-do compile }
package body Iface2 is
   procedure change (This, That : Prot.Any_Future) is
   begin
      null;
   end;
end Iface2;