repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
root-level_1-level_2.ads
blob
9687208e0823665b123ffb3ac779ee151dad52fc
1
package
Root
.
Level_1
.
Level_2
is
2
3
type
Level_2_Type
(
First
:
Natural
;
4
Second
:
Natural
)
is new
5
Level_1
.
Level_1_Type
(
First
=>
First
,
Second
=>
Second
)
with null record
;
6
7
end
Root
.
Level_1
.
Level_2
;