gcc/
[official-gcc.git] / gcc / testsuite / gnat.dg / itype.ads
blob3ffb7c695dcc4f56a08cbc0fa7fdf48c45b41a18
1 package itype is
2 generic
3 type T is private;
4 function G return not null access constant T;
5 end itype;