(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
vect15.ads
package Vect15 is

   type Sarray is array (1 .. 5) of Long_Float;
   for Sarray'Alignment use 16;

   procedure Add (X, Y : Sarray; R : out Sarray);

end Vect15;