aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/interface5.adb
blob: 65d19a6cb73b907bfd4eb8ebfb8a10e1ab395c23 (plain)
1
2
3
4
5
6
7
8
--  { dg-do compile }
--  { dg-options "-gnatws" }
package body interface5 is
   function F (Object : Child) return access Child is
   begin
      return null;
   end F;
end interface5;