ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/interface8.adb

10 lines
181 B
Ada

-- { 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;