OSDN Git Service

* tree.c (free_lang_data_in_one_sizepos): New inline function.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / generic_dispatch_p.adb
1 package body generic_dispatch_p is
2    function Constructor (I : not null access Integer) return DT is
3       R : DT; 
4   begin
5       return R;
6    end Constructor;
7 end;