13 lines
144 B
Plaintext
13 lines
144 B
Plaintext
void func() {
|
|
switch (1) {
|
|
case 0:
|
|
case 1:
|
|
case 0:
|
|
break;
|
|
}
|
|
}
|
|
|
|
/*%%*
|
|
duplicate case value '0'
|
|
*%%*/
|