aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/interface8.adb
blob: 5537ddb31e5e799a3154da5019b641e040b0ba8b (plain)
1
2
3
4
5
6
7
8
9
--  { dg-do compile }

package body Interface8 is
   function Get_Iface (This : Child) return not null access Iface'Class
   is
   begin
      return This.Interface_1;
   end;
end;