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
runtime: copy more of scheduler from Go 1.7 runtime
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
iface2.adb
blob
c565599521ef0e58beb4f963410b8b83f5bdce27
1
-- { dg-do compile }
2
package body
Iface2
is
3
procedure
change
(
This
,
That
:
Prot
.
Any_Future
)
is
4
begin
5
null
;
6
end
;
7
end
Iface2
;