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