srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-004.cpp
changeset 0 83f4b4db085c
child 2 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 //desc:test LC LD LX for 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 /*fooLC();*/
       
    11 
       
    12 /*
       
    13  *
       
    14  * fooLC();
       
    15  *
       
    16 */	
       
    17 
       
    18 //this is a function call fooLD();
       
    19 
       
    20 //"this is another function call fooLX();"
       
    21 
       
    22 string str = "calling fooLC()";
       
    23 string str2 = "\"calling fooLD()\"";
       
    24 string str3 = "\"calling fooLX()";
       
    25 string str4 = "'calling fooLC()'";
       
    26 string str5 = "'calling fooLD()";
       
    27 string str6 = " this is a function\
       
    28                 fooLX()";
       
    29 
       
    30 MARCOFOOLLLD();
       
    31 
       
    32 fooLDD();
       
    33 }
       
    34