2 //=============================================================================
6 * Tests of struct IDL constructs
9 * @author Andy Gokhale <gokhale@dre.vanderbilt.edu>
11 //=============================================================================
14 typedef string string_20
[20];
48 long op
(in bar1 a
, out bar2 b
);
55 long op3
(in long a
, out char b
);
59 typedef unsigned short Coord
;