OSDN Git Service

* gcc.dg/march.c: Ignore a note for some targets.
[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;