srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-002.cpp
changeset 0 83f4b4db085c
child 2 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 //desc:test LC LD LX of LS1
       
     2 //option:
       
     3 //date:2008-8-12 15:58:1
       
     4 //author:pingorliu
       
     5 //type: CT
       
     6 
       
     7 void func()
       
     8 {
       
     9 /*fooLC();*/ //check:-func
       
    10 
       
    11 /*
       
    12  *
       
    13  * fooLC();  //check:-func
       
    14  *
       
    15 */	
       
    16 
       
    17 //this is a function call fooLD(); //check:-func
       
    18 
       
    19 //"this is another function call fooLX();" //check:-func
       
    20 
       
    21 string str = "calling fooLC()"; //check:-func
       
    22 string str2 = "\"calling fooLD()\""; //check:-func
       
    23 string str3 = "\"calling fooLX()"; //check:-func
       
    24 string str4 = "'calling fooLC()'"; //check:-func
       
    25 string str5 = "'calling fooLD()"; //check:-func
       
    26 string str6 = " this is a function\
       
    27                 fooLX()";  //check:-func
       
    28 
       
    29 MARCOFOOLLLD(); //check:func
       
    30 
       
    31 fooLDD(); //check:-func
       
    32 }
       
    33