package Discr36_Pkg is

  generic
    type T is private;
  function Func return T;

end Discr36_Pkg;
