9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
void main() {
|
|
switch (1) {
|
|
case 0:
|
|
case 1:
|
|
case 0:
|
|
break;
|
|
}
|
|
}
|