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