blob: 7a4bbbd8a2b110a381c08a15d72f7371058785d7 [file] [log] [blame]
package body generic_dispatch_p is
function Constructor (I : not null access Integer) return DT is
R : DT;
begin
return R;
end Constructor;
end;