Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / InterfaceRepo / Bug_3155_Regression / test.idl
blob068ec360bd6386f7a7ee8d0dae6bb01263874321
1 module C1
3 valuetype EB // NOT abstract
5 };
6 };
8 module M1
10 valuetype VT; // Forward declare
13 module M1
15 valuetype VT : // Full definition
16 ::C1::EB
18 public long id;