2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / vect3_pkg.ads
blob8c926bbcd6aa0496151fe7831f74f96f9797cf10
1 with System;
3 package Vect3_Pkg is
5 type Index_Type is mod System.Memory_Size;
7 function K return Index_Type;
8 function N return Index_Type;
10 end Vect3_Pkg;