srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-014.cpp
equal
deleted
inserted
replaced
|
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 operator ++() |
|
10 {//check:LClass::operator,++ |
|
11 foo(); |
|
12 } |
|
13 }; |
|
14 |