equal
deleted
inserted
replaced
|
1 //desc:test leave function call in type cast function of a class for LS1 |
|
2 //option: |
|
3 //date:2008-8-12 15:58:1 |
|
4 //author:pingorliu |
|
5 //type: CT |
|
6 |
|
7 |
|
8 class temp |
|
9 { |
|
10 operator int() |
|
11 { |
|
12 CL a; |
|
13 fooLC(); //check:leave |
|
14 } |
|
15 }; |