blob: ffacda289cc9062d081126c99632a52d04f844aa [file] [log] [blame]
package Taft_Type2_Pkg is
type T is private;
function Open return T;
private
type Buffer_T;
type T is access Buffer_T;
end Taft_Type2_Pkg;