PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / vect18.ads
bloba0ad135c26ab1bdc62fc37540d0702038dc616b6
1 package Vect18 is
3 type Sarray is array (1 .. 4) of Long_Float;
4 for Sarray'Alignment use 16;
6 procedure Comp (X, Y : Sarray; R : in out Sarray);
8 end Vect18;