Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
root-level_2.ads
blob: c4f812ecfb62012bca91b467770ee28573664116 [
file
] [
log
] [
blame
]
with
Root
.
Level_1
;
package
Root
.
Level_2
is
type
Level_2_Type
(
First
:
Natural
;
Second
:
Natural
)
is
new
Level_1
.
Level_1_Type
(
First
=>
First
,
Second
=>
Second
)
with
null
record
;
end
Root
.
Level_2
;