7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
|
### Compilation failed:
|
||
|
|
|
||
|
|
error: 1: unknown identifier 'foo'
|
||
|
|
void func() { int x = foo(1); }
|
||
|
|
^^^
|
||
|
|
1 error
|