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