1### Compilation failed: 2 3error: 1: unknown identifier 'foo' 4void func() { int x = foo(1); } 5 ^^^ 61 error 7