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