cppcheck/testfunc2/testfunc2.cpp

9 lines
68 B
C++
Raw Normal View History

2007-05-07 19:31:35 +02:00
void foo(int i)
{
if (ab)
{
i = 4;
}
}