cppcheck/testclass12/testclass12.cpp

8 lines
71 B
C++
Raw Normal View History

2007-05-09 20:09:23 +02:00
class Fred
{
public:
void operator=(const int &value);
};