Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3311_Regression / test.idl
blobe18898dc400f4b4b4b0d03734057bd2321605a16
1 // Oh ho, oh ho, what are we gonna do?
2 union CityBlue
3 switch (unsigned long long)
5 case 1:
6 long ucb_long;
7 default:
8 short ucb_short;
9 };
11 // Power, passion, plays a double hand
12 union CityMan
13 switch (long long)
15 case 1:
16 long ucm_long;
17 default:
18 short ucm_short;