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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
limited_with3_pkg2.ads
blob
f81bb7e0d59358054d9e8567d258fb55b7b7df5b
1
limited with
Limited_With3_Pkg3
;
2
3
package
Limited_With3_Pkg2
is
4
5
type
T
is tagged null record
;
6
7
procedure
Proc
(
X
:
Limited_With3_Pkg3
.
TT
;
Y
:
T
);
8
9
end
Limited_With3_Pkg2
;
10