srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-015.cpp
changeset 0 83f4b4db085c
child 2 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 //desc:test warning message:Call->call
       
     2 //option:
       
     3 //date:2008-12-22 14:58:10
       
     4 //author:bolowy
       
     5 //type: CT
       
     6 
       
     7 class a{
       
     8 void func()
       
     9 {
       
    10 	foo() OR_LEAVE; //check:calls
       
    11 }
       
    12 };
       
    13