7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
|
|
### Compilation failed:
|
||
|
|
|
||
|
|
error: 2: type mismatch: '==' cannot operate on 'void', 'void'
|
||
|
|
void b(int i) { c(i)==c(i); }
|
||
|
|
^^^^^^^^^^
|
||
|
|
1 error
|