summaryrefslogtreecommitdiffstats
path: root/util/romcc/tests/simple_test64.c
blob: 389b1c1e326361ed7ea4f1835451bfe870e55682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
static void main(void)
{
	static const int foo = 2;
	switch(foo) {
	case 1:
		break;
	case 2:
		break;
	default:
		break;
	}
}
OpenPOWER on IntegriCloud