summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/AB.idl
blob: c4d2df0c04005b741f6517be293a12622242c012 (plain)
1
2
3
4
5
6
interface A {
};

interface C {
  A makeA ();
};