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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
array18_pkg.ads
blob
9e441099f19322c49cd344a9085fd032214c522e
1
package
Array18_Pkg
is
2
3
function
N
return
Positive
;
4
5
subtype
S
is
String
(
1
..
N
);
6
7
function
F
return
S
;
8
9
end
Array18_Pkg
;