9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
|
|
void main() {
|
||
|
|
if (2 < 2) int a;
|
||
|
|
a;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
variable 'a' must be created in a scope
|
||
|
|
*%%*/
|