summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3042_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_3042_Regression/test.idl')
-rw-r--r--ACE/TAO/tests/Bug_3042_Regression/test.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_3042_Regression/test.idl b/ACE/TAO/tests/Bug_3042_Regression/test.idl
new file mode 100644
index 00000000000..87dcf77a171
--- /dev/null
+++ b/ACE/TAO/tests/Bug_3042_Regression/test.idl
@@ -0,0 +1,21 @@
+// -*- IDL -*-
+
+//=============================================================================
+/**
+ * @file test.idl
+ *
+ * $Id$
+ *
+ * "test" IDL interface for the Codec test.
+ *
+ * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
+ */
+//=============================================================================
+
+module Foo
+{
+ struct Node {
+ sequence <Node,5> nodes;
+ };
+
+};