Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Bug_3942_Regression / Foo.idl
blob68cf58a50562243b7f64bceba24bb3f501d21f49
1 #ifdef LOCAL
2 local
3 #endif
4 interface X {
5 void op();
6 };
7 struct Y {
8 X theX;
9 };
10 typedef sequence<X> XSeq;