7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
|
### Compilation failed:
|
||
|
|
|
||
|
|
error: 6: expected 'float', but found 'bool'
|
||
|
|
float x = foo(true);
|
||
|
|
^^^^
|
||
|
|
1 error
|