aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/unroll4.ads
blob: e36bc8070bc0b9e37cb010e34fd02ab15413c853 (plain)
1
2
3
4
5
6
7
8
9
10
with Unroll4_Pkg; use Unroll4_Pkg;

package Unroll4 is

   type Sarray is array (1 .. N) of Float;

   function "+" (X, Y : Sarray) return Sarray;
   procedure Add (X, Y : Sarray; R : out Sarray);

end Unroll4;