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
/
array23.adb
blob
2196ce5964fd8c494ffb4cf8ea80ea7646f15907
1
-- { dg-do link }
2
3
with
Array23_Pkg1
;
4
with
Array23_Pkg2
;
5
6
procedure
Array23
is
7
A
:
Array23_Pkg1
.
Arr
;
8
begin
9
A
(
Array23_Pkg2
.
One
)(
1
) :=
0
;
10
end
;