blob: 3ffb7c695dcc4f56a08cbc0fa7fdf48c45b41a18 [file] [log] [blame]
package itype is
generic
type T is private;
function G return not null access constant T;
end itype;