Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
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
;