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