rt_gccstream/gcc/testsuite/gnat.dg/iface2.adb

8 lines
140 B
Ada

-- { dg-do compile }
package body Iface2 is
procedure change (This, That : Prot.Any_Future) is
begin
null;
end;
end Iface2;