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