cppcheck/internaltesting/testif.cpp

17 lines
107 B
C++

void f()
{
if (ab)
{
}
else if (cd)
{
}
else
{
}
}