cppcheck/testfunc2/testfunc2.cpp

9 lines
68 B
C++

void foo(int i)
{
if (ab)
{
i = 4;
}
}