summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl')
-rw-r--r--modules/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl b/modules/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl
new file mode 100644
index 00000000000..58c9017b595
--- /dev/null
+++ b/modules/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl
@@ -0,0 +1,11 @@
+// $Id$
+
+#ifndef FOO_IDL
+#define FOO_IDL
+
+struct Foo
+{
+ long bar[5];
+};
+
+#endif