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