cppcheck/testif3/testif3.cpp

12 lines
73 B
C++

void f()
{
a = b;
#endif
if (a == b)
{
}
}