cppcheck/testbufferoverrun3/testbufferoverrun3.cpp

13 lines
118 B
C++

void f()
{
if (ab)
{
char str[50];
}
if (ab)
{
char str[50];
}
}