7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
|
|
### Compilation failed:
|
||
|
|
|
||
|
|
error: 3: variable 'foo' must be created in a scope
|
||
|
|
int foo = 1, bar = foo;
|
||
|
|
^^^^^^^^^^^
|
||
|
|
1 error
|