2 //=============================================================================
6 * Tests of array IDL constructs
9 * @author Andy Gokhale <gokhale@dre.vanderbilt.edu>
11 //=============================================================================
18 typedef char str22
[22][2];
19 typedef boolean boolarray
[3][40];
21 typedef char char_17
[17];
22 typedef char char_10_2
[10][2];
43 typedef A A_matrix
[2][3][4];
44 typedef B B_matrix
[2][3][4];
45 typedef C C_matrix
[2][3][4];
47 typedef A_matrix A_rmatrix
[2][3][4][5];
55 str22 op2
(in str22 a1
,
59 A_matrix op4
(in A a1
,
63 attribute str22 attribute_array
;