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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
vect6_pkg.ads
blob
7db734a359f81f9f8f714df9e473aee526e9916e
1
with
System
;
2
3
package
Vect6_Pkg
is
4
5
type
Index_Type
is mod
System
.
Memory_Size
;
6
7
function
K
return
Index_Type
;
8
function
N
return
Index_Type
;
9
10
end
Vect6_Pkg
;