summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3942_Regression/Foo.idl
blob: 68cf58a50562243b7f64bceba24bb3f501d21f49 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef LOCAL
local
#endif
interface X {
  void op();
};
struct Y {
  X theX;
};
typedef sequence<X> XSeq;