OSDN Git Service

* gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / itype.adb
1 package body itype is
2    function G return not null access constant T is
3       X : aliased T;
4    
5    begin
6       return X'Unchecked_Access;
7    end G;
8 end itype;