PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / vect6_pkg.ads
blob7db734a359f81f9f8f714df9e473aee526e9916e
1 with System;
3 package Vect6_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 Vect6_Pkg;