Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
aggr3_pkg.ads
blob: 769426edecfd214f739494a5dbe25f8897be4658 [
file
] [
log
] [
blame
]
package
Aggr3_Pkg
is
type
Root
is
abstract
tagged
null
record
;
type T
is
new
Root
with
null
record
;
My_T
:
T
;
end
Aggr3_Pkg
;