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
/
opt56.ads
blob
31ee195325460c930281a8bf82309f5ec5b90bb4
1
package
Opt56
is
2
3
type
Vector
is array
(
Positive
range
<>)
of
Float
;
4
5
function
F
(
Values
:
Vector
)
return
Boolean
;
6
7
end
Opt56
;