aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/aggr23_tt.ads
blob: 42ee8536b69bd98188facd1509d3d39ccf165025 (plain)
1
2
3
4
package Aggr23_TT is
   type T (D : not null access Integer) is null record;
   type TA is access T;
end;