summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3942_Regression/Foo.idl
blob: a3d1a343e9b735e3e9352bf74b20ab13823886a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifdef LOCAL
local
#endif
interface X {
  void op();
};
struct Y {
  X theX;
};
typedef sequence<X> XSeq;