remove unused files
[platform/upstream/gcc48.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;