cppcheck/testh1/testh1.h

15 lines
145 B
C++

// This is a header so there should be no implementation here..
void f()
{ }
class clKalle
{
public:
clKalle()
{ }
};