Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_3845_Regression / local_inoutarg.idl
blobaa2d98b7219a3a5b9957c7f52e29ae0dd316197c
1 local interface foo
3 };
5 interface bar
7 void bar_op (inout foo bad_arg);
8 };