2 //=============================================================================
6 * Tests of interface inheritance in IDL constructs
9 * @author Andy Gokhale <gokhale@dre.vanderbilt.edu>
11 //=============================================================================
28 interface four
: two
, three
33 interface five
: four
, three
, two