summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_4097_Regression/Bug_4097_Regression.idl
blob: 669e6a3f4752342c70739d122c02d341f75a0b30 (plain)
1
2
3
4
5
6
7
union MultiLabelUnion switch (long) {
  case 0:
  case 1:
    char mlu_char;
  case 2:
    long mlu_long;
};