summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Lem_Pragma/B.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/IDL_Test/Lem_Pragma/B.idl')
-rw-r--r--modules/CIAO/tests/IDL_Test/Lem_Pragma/B.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/CIAO/tests/IDL_Test/Lem_Pragma/B.idl b/modules/CIAO/tests/IDL_Test/Lem_Pragma/B.idl
new file mode 100644
index 00000000000..e695263eb20
--- /dev/null
+++ b/modules/CIAO/tests/IDL_Test/Lem_Pragma/B.idl
@@ -0,0 +1,13 @@
+// $Id$
+
+#ifndef B_IDL
+#define B_IDL
+
+#pragma ciao lem "BE.idl"
+
+interface B
+{
+};
+
+#endif /* B_IDL */
+