blob: 578c51894b3d6ba895522efa72570422ded232b1 [file] [log] [blame]
package Taft_Type3_Pkg is
type T is private;
private
type Buffer_T;
type T is access Buffer_T;
end Taft_Type3_Pkg;