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