summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_4097_Regression/Bug_4097_Regression.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_4097_Regression/Bug_4097_Regression.idl')
-rw-r--r--TAO/tests/Bug_4097_Regression/Bug_4097_Regression.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tests/Bug_4097_Regression/Bug_4097_Regression.idl b/TAO/tests/Bug_4097_Regression/Bug_4097_Regression.idl
new file mode 100644
index 00000000000..669e6a3f475
--- /dev/null
+++ b/TAO/tests/Bug_4097_Regression/Bug_4097_Regression.idl
@@ -0,0 +1,7 @@
+union MultiLabelUnion switch (long) {
+ case 0:
+ case 1:
+ char mlu_char;
+ case 2:
+ long mlu_long;
+};