cppcheck/testbufferoverrun3/testbufferoverrun3.cpp

13 lines
118 B
C++
Raw Normal View History

2007-05-21 11:54:42 +02:00
void f()
{
if (ab)
{
char str[50];
}
if (ab)
{
char str[50];
}
}