2010-04-20 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gnat.dg / interface5.adb
blob80d240a9fcf464a23897bc39e3c67ed387ffbf38
1 -- { dg-do compile }
2 package body interface5 is
3 function F (Object : Child) return access Child is
4 begin
5 return null;
6 end F;
7 end interface5;