aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/vect6_pkg.ads
blob: 7db734a359f81f9f8f714df9e473aee526e9916e (plain)
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;