Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Any / Recursive / NonRecursive.idl
blob9ecf951bac7f97f30a2c846f1580cd73f9c3a963
1 //
2 // Non-recursive types for compile-time testing.
4 module Foo
6 struct Nested
8 boolean z;
9 };
12 module Bar
14 typedef Foo::Nested Nested;
16 struct Baz
18 Nested one;
19 Nested two;