cppcheck/testif1/testif1.cpp

8 lines
52 B
C++
Raw Normal View History

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