decl.c (elaborate_expression_1): Try harder to find out whether the expression is...
[platform/upstream/gcc.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;