cppcheck/testcasebreak/testcasebreak.cpp

13 lines
106 B
C++
Raw Normal View History

2007-07-26 08:15:10 +02:00
void f()
{
switch (a)
{
case 1:
case 2:
break;
}
}