OSDN Git Service

* gcc-interface/utils.c (maybe_unconstrained_array): Declare TYPE local
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / deferred_const4.adb
1 -- { dg-do compile }
2
3 package body Deferred_Const4 is
4
5   function F return My_Q.T is
6     R : My_Q.T;
7   begin
8     R := My_Q.Null_T;
9     return R;
10   end;
11
12 end Deferred_Const4;