aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/vect4_pkg.ads
blob: 2e0008d0a714f9f8717339de763a4119a225ee8e (plain)
1
2
3
4
5
6
package Vect4_Pkg is

   function K return Integer;
   function N return Integer;

end Vect4_Pkg;