blob: a2d3bece666d97ad641fd235fceb6c684be40bfb [file] [log] [blame]
static void main(void)
{
static const int foo = 2;
switch(foo) {
case 1:
break;
case 2:
break;
case 1:
break;
default:
break;
}
}