aboutsummaryrefslogtreecommitdiff
path: root/test/unreachable.c
blob: 7bbeed2409c66dd309f3b497d34a53bd493df9f0 (plain)
1
2
3
4
5
6
void f(int x) {
	return;
	switch (x) {
	case 0:
	}
}