Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / interface8.adb
blob5537ddb31e5e799a3154da5019b641e040b0ba8b
1 -- { dg-do compile }
3 package body Interface8 is
4 function Get_Iface (This : Child) return not null access Iface'Class
5 is
6 begin
7 return This.Interface_1;
8 end;
9 end;