summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/test.idl')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/test.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/test.idl b/TAO/orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/test.idl
new file mode 100644
index 00000000000..49114a42792
--- /dev/null
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/test.idl
@@ -0,0 +1,7 @@
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ typedef sequence<long> LSeq;
+};
+