OSDN Git Service

* exp_pakd.adb (Create_Packed_Array_Type): Always use a modular type
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / interface5.adb
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;