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