//desc:test new(ELeave) function call in operator overload function for LS3//option://date:2008-8-12 15:58:1//author:pingorliu//type: CTint operator+(TInt x,TInt y){ fxx();}void operator+(TInt x, TEXT y){ CL a; new(ELeave)CL(); //check:operator,ELeave}