static void main(void)
{
	static const int foo = 2;
	switch(foo) {
	case 1:
		break;
	default:
		break;
	case 2:
		break;
	default:
		break;
	}
}