OSDN Git Service

* tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / ref_type.ads
1 package ref_type is
2 private
3    type T is tagged null record;
4    procedure Print (X : T);
5 end ref_type;