=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Bug_3845_Regression / local_outarg.idl
blob2d18d523bcafb08f02d08c68f40da920f65c76a1
1 local interface foo
3 };
5 interface bar
7 void bar_op (out foo bad_arg);
8 };