cppcheck/internaltesting/testdecl.cpp

12 lines
108 B
C++

void f()
{
int a;
int b = 2, c, *d = NULL;
int e = g(p1,p2);
char str[10];
}