7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
|
### Compilation failed:
|
||
|
|
|
||
|
|
error: 2: variable 'a' must be created in a scope
|
||
|
|
if (2 < 2) int a;
|
||
|
|
^^^^^
|
||
|
|
1 error
|