7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
|
### Compilation failed:
|
||
|
|
|
||
|
|
error: 6: call to 'foo' expected 1 argument, but found 2
|
||
|
|
float x = foo(1, 2);
|
||
|
|
^^^^^^^^^
|
||
|
|
1 error
|