cppcheck/internaltesting/testuse.cpp

9 lines
54 B
C++

void f()
{
a = b;
c = func(d,e);
}