summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Bug_2542_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Bug_2542_Regression/Test.idl')
-rw-r--r--trunk/TAO/tests/Bug_2542_Regression/Test.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Bug_2542_Regression/Test.idl b/trunk/TAO/tests/Bug_2542_Regression/Test.idl
new file mode 100644
index 00000000000..fbb96883a37
--- /dev/null
+++ b/trunk/TAO/tests/Bug_2542_Regression/Test.idl
@@ -0,0 +1,9 @@
+// $Id$
+
+valuetype LongValue long;
+
+valuetype Value
+{
+ public LongValue l;
+};
+