void main() { float f1,f2; bool b; int i = b ? f1 : f2; // second and third expression type does not match the lvalue type }