ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/iface2.ads

7 lines
144 B
Ada
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
with Iface1;
generic
with package Prot is new Iface1 (<>);
package Iface2 is
procedure change (This, That : Prot.Any_Future);
end Iface2;