equal
deleted
inserted
replaced
|
1 //desc:test leave function call when there is a class definiton of LS1 |
|
2 //option: |
|
3 //date:2008-8-12 15:58:1 |
|
4 //author:pingorliu |
|
5 //type: CT |
|
6 |
|
7 class CC |
|
8 { |
|
9 }; |
|
10 |
|
11 void func() |
|
12 { |
|
13 fooL(); //check:func,leave |
|
14 } |