rt_gccstream/gcc/testsuite/gnat.dg/itype.ads

6 lines
113 B
Ada

package itype is
generic
type T is private;
function G return not null access constant T;
end itype;