cppcheck/testclass1/testclass1.cpp

9 lines
100 B
C++

// No constructor
// uninitialized member variable: 'i'
class clKalle
{
public:
int i;
};