Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
aggr23_tt.ads
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
;