1with Iface1;
2generic
3   with package Prot is new Iface1 (<>);
4package Iface2 is
5   procedure change (This, That : Prot.Any_Future);
6end Iface2;
7