12 lines
146 B
Plaintext
12 lines
146 B
Plaintext
|
|
void func() {
|
||
|
|
switch (1) {
|
||
|
|
default:
|
||
|
|
default:
|
||
|
|
break;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
expected expression, but found 'default'
|
||
|
|
*%%*/
|