cppcheck/testh1/testh1.h

15 lines
145 B
C
Raw Normal View History

2007-05-07 19:31:35 +02:00
// This is a header so there should be no implementation here..
void f()
{ }
class clKalle
{
public:
clKalle()
{ }
};