summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_4097_Regression/Bug_4097_Regression.idl
blob: 7fe7a9e7dabba9e8538e2340a859816e9df134b2 (plain)
1
2
3
4
5
6
7
8
9
// $Id$

union MultiLabelUnion switch (long) {
  case 0:
  case 1:
    char mlu_char;
  case 2:
    long mlu_long;
};