OSDN Git Service

* gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / limited_with3_pkg2.ads
1 limited with Limited_With3_Pkg3;
2
3 package Limited_With3_Pkg2 is
4
5     type T is tagged null record;
6
7     procedure Proc (X : Limited_With3_Pkg3.TT; Y : T);
8
9 end Limited_With3_Pkg2;
10