cppcheck/internaltesting/testif.cpp

17 lines
107 B
C++
Raw Normal View History

2007-05-18 20:40:44 +02:00
void f()
{
if (ab)
{
}
else if (cd)
{
}
else
{
}
}