1 2 3 4 5 6 7 8 9
package Tamdt_Aux is type Priv (X : Integer) is private; private type Priv (X : Integer) is null record; end;