1 //desc:test common function call of LS2
2 //option:
3 //date:2008-8-12 15:58:1
4 //author:pingorliu
5 //type: CT
6
7 void funcL()
8 {//check:funcL,leavers
9
10
11 fooLLc();
12
13 foo();
14
15 TInt y = foo();
16
17 }