Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2375_Regression / test.idl
blobe62c9b1ab3433d746fa4925297d64f55f39a1d61
1 valuetype TestValuetype {
2 factory create(in boolean b, in short s);
3 };