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.adb
blob
92c61b94a3253d963ff8441bf7dbc3c6f1d755e3
1
package body
Array27_Pkg
is
2
3
function
F
return
Inner_Type
is
4
begin
5
return
"123"
;
6
end
;
7
8
end
Array27_Pkg
;