Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
iface2.ads
blob: d25bc4246c049f919072e263cf4201335e49100e [
file
] [
log
] [
blame
]
with
Iface1
;
generic
with
package
Prot
is
new
Iface1
(<>);
package
Iface2
is
procedure change
(
This
,
That
:
Prot
.
Any_Future
);
end
Iface2
;