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
2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
loop_optimization3_pkg.adb
blob
7a64815033d8571bc90414a489e64de0858861cb
1
package body
Loop_Optimization3_Pkg
is
2
3
function
F
(
n
:
Integer
)
return
Integer
is
4
begin
5
return
n
;
6
end
;
7
8
end
Loop_Optimization3_Pkg
;