OSDN Git Service

* tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / ice_types.ads
1 package ICE_Types is
2    type Float_View_T is private;
3    procedure Initialize (X : out Float_View_T);
4 private
5    type Float_View_T is new Float;
6 end;