RISC-V: Add support for riscv-*-*.
[official-gcc.git] / gcc / testsuite / gnat.dg / aggr23_tt.ads
blob42ee8536b69bd98188facd1509d3d39ccf165025
1 package Aggr23_TT is
2 type T (D : not null access Integer) is null record;
3 type TA is access T;
4 end;