double a; float b; int main () { int x = a == b; return 1; // test fails if compile succeeds }