ref: fe91c529db26c3a363c37b6447542dbb4b1f9358 dir: /tests/cc/execute/0116-floatcmp.c/
int main() { int a = 0; float f = a + 1; return f == a; }