summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_4086_Regression/Foo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_4086_Regression/Foo.idl')
-rw-r--r--CIAO/tests/Bug_4086_Regression/Foo.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/CIAO/tests/Bug_4086_Regression/Foo.idl b/CIAO/tests/Bug_4086_Regression/Foo.idl
new file mode 100644
index 00000000000..7d3672d5806
--- /dev/null
+++ b/CIAO/tests/Bug_4086_Regression/Foo.idl
@@ -0,0 +1,21 @@
+// $Id$
+
+#ifndef FOO_IDL_
+#define FOO_IDL_
+
+#include <Components.idl>
+
+interface FooSupportBase
+{
+ attribute short supported_short;
+};
+
+interface FooSupport : FooSupportBase
+{
+};
+
+component Foo supports FooSupport
+{
+};
+
+#endif /* FOO_IDL_ */