cppcheck/testif1/testif1.cpp

8 lines
52 B
C++

void f()
{
if (ab);
cd = ef;
}