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