PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / unroll2.ads
blob342f371f1fec59cd690db3230a6bf9dfd3103c05
1 package Unroll2 is
3 type Sarray is array (1 .. 4) of Float;
5 function "+" (X, Y : Sarray) return Sarray;
6 procedure Add (X, Y : Sarray; R : out Sarray);
8 end Unroll2;