OSDN Git Service

* tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / tamdt_aux.ads
1
2 package Tamdt_Aux is
3    type Priv (X : Integer) is private;
4 private
5    type Priv (X : Integer) is null record;
6 end;
7
8
9