1 2 3 4 5 6 7 8 9 10
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;