srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-016.cpp
changeset 0 83f4b4db085c
child 2 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 //desc:keyword:recognize LClass' constuctor and operator
       
     2 //option:
       
     3 //date:2008-12-22 14:58:10
       
     4 //author:bolowy
       
     5 //type: CT
       
     6 
       
     7 class LClass
       
     8 {
       
     9 template<class a,class b>
       
    10 operator =(cclass b)
       
    11 {//check:LClass
       
    12 
       
    13 	foo(); }
       
    14 };
       
    15