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
/
inline13.ads
blob
7e8f8d62be1186b522716a6979e0bbfaa29e7f79
1
with
Inline13_Pkg
;
2
3
package
Inline13
is
4
5
type
Arr
is array
(
Positive
range
<>)
of
Inline13_Pkg
.
T
;
6
7
function
F
(
L
:
Arr
)
return
String
;
8
9
end
Inline13
;