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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
array26_pkg.ads
blob
ae84a74725ced885da47a1f42660db3fb0d212b9
1
package
Array26_Pkg
is
2
3
subtype
Outer_Type
is
String
(
1
..
4
);
4
subtype
Inner_Type
is
String
(
1
..
3
);
5
6
function
F
return
Inner_Type
;
7
8
end
Array26_Pkg
;