tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gnat.dg / opt79.ads
blobaa90c17f8dd4aee0f412329abbfab26facf4e9a2
1 package Opt79 is
3 type Arr is array (1 .. 8) of Integer;
5 function F (I : Integer) return Arr;
7 end Opt79;