srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-022.cpp
changeset 0 83f4b4db085c
child 18 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 //desc:test leave function call when there is another TRAP 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 	TRAP(fooL()); 
       
    11 	if(i == 1)
       
    12 	{
       
    13 	//this is a function call//
       
    14 	fxxLC(); 
       
    15 	}
       
    16 }