2 //=============================================================================
4 * @file array_anonymous.idl
6 * This file contains examples of IDL code that has
7 * caused problems in the past for the TAO IDL
8 * compiler. This test is to make sure the problems
11 * @author Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
13 //=============================================================================
15 // Once a problem with expressions in the brackets,
16 // as well as the typedef'd/anonymous thing.
19 const short byteslen
= 12;
20 typedef octet Bytes
[byteslen
+ 1];
24 Bytes the_bytes
; // typedef'd
25 long Longs
[byteslen
]; // anonymous
29 // To test that all the octet arrays build and link as
33 struct RmtPhysicalInfo
39 struct bbbBubBubBubBaby