blob: 42ee8536b69bd98188facd1509d3d39ccf165025 [file] [log] [blame]
package Aggr23_TT is
type T (D : not null access Integer) is null record;
type TA is access T;
end;