1package Taft_Type3_Pkg is
2
3  type T is private;
4
5private
6
7  type Buffer_T;
8  type T is access Buffer_T;
9
10end Taft_Type3_Pkg;
11