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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
loop_optimization5_pkg.ads
blob
4af6c1ce693b57813ec4966dd06b793e497c474e
1
package
Loop_Optimization5_Pkg
is
2
3
type
String_Access
is access all
String
;
4
function
Init
return
String
;
5
function
Locate
(
S
:
String
)
return
String_Access
;
6
7
end
Loop_Optimization5_Pkg
;