changeset 0 | 83f4b4db085c |
child 18 | 99082257a271 |
-1:000000000000 | 0:83f4b4db085c |
---|---|
1 //desc:test new(ELeave) function call in operator overload function for LS3 |
|
2 //option: |
|
3 //date:2008-8-12 15:58:1 |
|
4 //author:pingorliu |
|
5 //type: CT |
|
6 |
|
7 |
|
8 int operator+(TInt x,TInt y) |
|
9 { |
|
10 fxx(); |
|
11 } |
|
12 void operator+(TInt x, TEXT y) |
|
13 { |
|
14 CL a; |
|
15 new(ELeave)CL(); //check:operator,ELeave |
|
16 } |