Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
vect3_pkg.ads
blob: 8c926bbcd6aa0496151fe7831f74f96f9797cf10 [
file
] [
log
] [
blame
]
with
System
;
package
Vect3_Pkg
is
type
Index_Type
is
mod
System
.
Memory_Size
;
function
K
return
Index_Type
;
function
N
return
Index_Type
;
end
Vect3_Pkg
;