4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
void main() {
|
|
do int foo = 1, bar = foo; while (false);
|
|
}
|
void main() {
|
|
do int foo = 1, bar = foo; while (false);
|
|
}
|