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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
array27_pkg.ads
blob
1473fbb4462159798ddcff649c49a9aa4c294000
1
package
Array27_Pkg
is
2
3
subtype
Outer_Type
is
String
(
1
..
8
);
4
subtype
Inner_Type
is
String
(
1
..
3
);
5
6
function
F
return
Inner_Type
;
7
8
end
Array27_Pkg
;