cppcheck/testh1/testh1.h
2007-05-07 17:31:35 +00:00

15 lines
145 B
C++

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