2010-04-20 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gnat.dg / iface2.adb
blobc565599521ef0e58beb4f963410b8b83f5bdce27
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;