remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / iface2.adb
1 --  { dg-do compile }
2 package body Iface2 is
3    procedure change (This, That : Prot.Any_Future) is
4    begin
5       null;
6    end;
7 end Iface2;