aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/itype.ads
blob: 3ffb7c695dcc4f56a08cbc0fa7fdf48c45b41a18 (plain)
1
2
3
4
5
package itype is
   generic
      type T is private;
   function G return not null access constant T;
end itype;