Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
vect6_pkg.ads
blob: 7db734a359f81f9f8f714df9e473aee526e9916e [
file
] [
log
] [
blame
]
with
System
;
package
Vect6_Pkg
is
type
Index_Type
is
mod
System
.
Memory_Size
;
function
K
return
Index_Type
;
function
N
return
Index_Type
;
end
Vect6_Pkg
;