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
/
vect5_pkg.ads
blob
9eb752eedb218db84e3252e5e0adc0d45f78ad31
1
package
Vect5_Pkg
is
2
3
function
K
return
Positive
;
4
function
N
return
Positive
;
5
6
end
Vect5_Pkg
;