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
compiler: give error for non-int arguments to make
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
case_optimization1.ads
blob
737c9b70a56bbaa1a2ca9135db5a46a6e2975923
1
with
Case_Optimization_Pkg1
;
use
Case_Optimization_Pkg1
;
2
3
package
Case_Optimization1
is
4
5
function
Len
(
E
:
Element
)
return
Integer
;
6
7
end
Case_Optimization1
;