summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/AB.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CollocationLockup/AB.idl')
-rw-r--r--TAO/tests/CollocationLockup/AB.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tests/CollocationLockup/AB.idl b/TAO/tests/CollocationLockup/AB.idl
new file mode 100644
index 00000000000..fe65905edb6
--- /dev/null
+++ b/TAO/tests/CollocationLockup/AB.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+interface A {
+};
+
+interface C {
+ A makeA ();
+};