ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/unroll3.ads

9 lines
175 B
Ada
Raw Normal View History

2024-04-01 15:19:46 +00:00
package Unroll3 is
type Sarray is array (1 .. 4) of Float;
function "+" (X, Y : Sarray) return Sarray;
procedure Add (X, Y : Sarray; R : out Sarray);
end Unroll3;