7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
|
|
### Compilation failed:
|
||
|
|
|
||
|
|
error: 3: function 'int foo(int x)' is not defined
|
||
|
|
void func() { int x = foo(1); }
|
||
|
|
^^^^^^
|
||
|
|
1 error
|