OSDN Git Service

* tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / prefix1.ads
1 package prefix1 is
2    type Arr is array (1..10) of Natural;
3    type T is tagged null record;
4    function Func (Object : T) return Arr;
5 end prefix1;