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