8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
|
void main() {
|
||
|
switch (1) {
|
||
|
default:
|
||
|
default:
|
||
|
break;
|
||
|
}
|
||
|
}
|