Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_4097_Regression / Bug_4097_Regression.idl
blob669e6a3f4752342c70739d122c02d341f75a0b30
1 union MultiLabelUnion switch (long) {
2 case 0:
3 case 1:
4 char mlu_char;
5 case 2:
6 long mlu_long;
7 };