summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3311_Regression/test.idl
blob: e18898dc400f4b4b4b0d03734057bd2321605a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Oh ho, oh ho, what are we gonna do?
union CityBlue
  switch (unsigned long long)
{
  case 1:
    long ucb_long;
  default:
    short ucb_short;
};

// Power, passion, plays a double hand
union CityMan
  switch (long long)
{
  case 1:
    long ucm_long;
  default:
    short ucm_short;
};