Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
iface2.adb
blob: c565599521ef0e58beb4f963410b8b83f5bdce27 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
body
Iface2
is
procedure change
(
This
,
That
:
Prot
.
Any_Future
)
is
begin
null
;
end
;
end
Iface2
;