blob: 769426edecfd214f739494a5dbe25f8897be4658 [file] [log] [blame]
package Aggr3_Pkg is
type Root is abstract tagged null record;
type T is new Root with null record;
My_T : T;
end Aggr3_Pkg;