1void func() { 2 switch (1) { 3 default: 4 default: 5 break; 6 } 7} 8 9/*%%* 10expected '}', but found 'default' 11*%%*/ 12