OSDN Git Service

* tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / pointer_discr1_pkg1.ads
1 with Pointer_Discr1_Pkg2;
2
3 package Pointer_Discr1_Pkg1 is
4
5   type Arr is array (1..4) of Pointer_Discr1_Pkg2.T_WINDOW;
6
7   Window : Arr;
8
9 end Pointer_Discr1_Pkg1;