OSDN Git Service

* tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / limited_with2_pkg2.ads
1 with Limited_With2;
2
3 package Limited_With2_Pkg2 is
4
5    type Rec3 is record
6       F : Limited_With2.Rec1;
7    end record;
8
9 end Limited_With2_Pkg2;