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