1 2 3 4 5 6 7 8 9 10 11 12 13
/* $FreeBSD$ */ /* See r303489 */ void t(void) { switch (1) { case 1: /* test */ case 2: /* test */ } CLEANUP: ; V: ; U: ; }