6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
// "break" statement is illegal outside of
|
|
|
|
void foo() {
|
|
break;
|
|
}
|