Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
private2_pkg.ads
blob: 468d239e53bf36a17a3c87e0bf91c666e24ba6cd [
file
] [
log
] [
blame
]
package
Private2_Pkg
is
type
Rec2
(
D
:
Natural
)
is
private
;
private
type
Rec1
(
D
:
Natural
)
is
null
record
;
type
Rec2
(
D
:
Natural
)
is
new
Rec1
(
D
);
end
Private2_Pkg
;