1### Compilation failed: 2 3error: 3: variable 'foo' must be created in a scope 4 int foo = 1, bar = foo; 5 ^^^^^^^^^^^ 61 error 7