2010-04-20 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gnat.dg / opt1.ads
blob247e7dc639c3fbeb33ccbfeb6981050904a355f1
1 package Opt1 is
3 type Dimention_Length is array (1 .. 16) of Natural;
5 type Dimension_Indexes is array (Positive range <>) of Positive;
7 function De_Linear_Index
8 (Index : Natural;
9 D : Natural;
10 Ind_Lengths : Dimention_Length)
11 return Dimension_Indexes;
13 end Opt1;