1### Compilation failed: 2 3error: 6: expected 'float', but found 'bool' 4 float x = foo(true); 5 ^^^^ 61 error 7