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 debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
iface2.ads
blob
d25bc4246c049f919072e263cf4201335e49100e
1
with
Iface1
;
2
generic
3
with package
Prot
is new
Iface1
(<>);
4
package
Iface2
is
5
procedure
change
(
This
,
That
:
Prot
.
Any_Future
);
6
end
Iface2
;