OSDN Git Service

* tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / itype.ads
1 package itype is
2    generic
3       type T is private;
4    function G return not null access constant T;
5 end itype;