Added testcase: bad 'operator=()'
This commit is contained in:
parent
88543e8605
commit
36a9f22b62
|
@ -0,0 +1 @@
|
|||
[testclass12\testclass12.cpp:5]: 'operator=' should return something
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
class Fred
|
||||
{
|
||||
public:
|
||||
void operator=(const int &value);
|
||||
};
|
||||
|
Loading…
Reference in New Issue