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