OSDN Git Service

* fe.h (Serious_Errors_Detected): New macro.
[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;