summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/AB.idl
blob: fe65905edb62833e7f751eed3320ca67a26f27a4 (plain)
1
2
3
4
5
6
7
8
// $Id$

interface A {
};

interface C {
  A makeA ();
};