cppcheck/internaltesting/testdecl.cpp

15 lines
140 B
C++
Raw Normal View History

2007-05-15 18:50:22 +02:00
void f()
{
int a;
int b = 2, c, *d = NULL;
int e = g(p1,p2);
char str[10];
return a;
delete a;
2007-05-15 18:50:22 +02:00
}