cppcheck/testif2/testif2.cpp

10 lines
99 B
C++

void f()
{
a = b;
if ( a != b )
{
// Something is very wrong
}
}