10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
|
|
void main() {
|
||
|
|
do
|
||
|
|
int foo = 1, bar = foo;
|
||
|
|
while (false);
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
variable 'foo' must be created in a scope
|
||
|
|
*%%*/
|