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
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
loop_optimization16_pkg.ads
blob
abeecfb646f1b1634a539709980e8325c2b1f3a1
1
package
Loop_Optimization16_Pkg
is
2
3
type
Index_Base
is range
0
..
127
;
4
5
function
F
return
Natural
;
6
7
end
Loop_Optimization16_Pkg
;