summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl')
-rw-r--r--modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl b/modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl
new file mode 100644
index 00000000000..903354317f3
--- /dev/null
+++ b/modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl
@@ -0,0 +1,9 @@
+// $Id$
+
+#include "IC_Foo.idl"
+
+#pragma ciao lem "IC_BarE.idl"
+
+component Bar
+{
+};