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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
limited_with2_pkg2.ads
blob
c2d1012e3ab1d9f7bed4eed7cdf1727360cf22b5
1
with
Limited_With2
;
2
3
package
Limited_With2_Pkg2
is
4
5
type
Rec3
is record
6
F
:
Limited_With2
.
Rec1
;
7
end record
;
8
9
end
Limited_With2_Pkg2
;