2 lines
59 B
Plaintext
2 lines
59 B
Plaintext
|
void outside_while() { while(true) {} if (true) break; }
|