8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
|
void main() {
|
||
|
|
while (false) bool b;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
variable 'b' must be created in a scope
|
||
|
|
*%%*/
|