changeset 0 | 83f4b4db085c |
child 18 | 99082257a271 |
-1:000000000000 | 0:83f4b4db085c |
---|---|
1 //desc:test LString is used as a parameter of a non-leaving member function that defined out of the class for LS14 |
|
2 //option: |
|
3 //date:2008-8-21 14:10:2 |
|
4 //author:pingorliu |
|
5 //type: CT |
|
6 |
|
7 class temp |
|
8 { |
|
9 public: |
|
10 void func(LString16 x); //check:func,parameter |
|
11 }; |
|
12 |
|
13 void temp::func(LString16 x)//check:func,parameter |
|
14 { |
|
15 foo(); |
|
16 } |